From 9f7597a576eb6329ece28a4baee007970a2f278c Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Wed, 19 Mar 2025 18:46:33 +0100 Subject: Fix a comment typo "passed to the filesystem.n" Closes: https://github.com/libfuse/libfuse/issues/1168 Signed-off-by: Bernd Schubert --- include/fuse_lowlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse_lowlevel.h') diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 93bcba2..c7b44d9 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -292,7 +292,7 @@ struct fuse_lowlevel_ops { * If writeback caching is enabled, the kernel may have a * better idea of a file's length than the FUSE file system * (eg if there has been a write that extended the file size, - * but that has not yet been passed to the filesystem.n + * but that has not yet been passed to the filesystem. * * In this case, the st_size value provided by the file system * will be ignored. -- cgit v1.2.3