diff options
author | Bernd Schubert <bernd@bsbernd.com> | 2025-03-19 18:46:33 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-03-19 19:19:11 +0100 |
commit | 9f7597a576eb6329ece28a4baee007970a2f278c (patch) | |
tree | badbc894772e8f78b8b216749f80137eece91a34 /include | |
parent | bdddba72c2a0a9e941960656ad476ef6d29684bf (diff) | |
download | libfuse-9f7597a576eb6329ece28a4baee007970a2f278c.tar.gz |
Fix a comment typo "passed to the filesystem.n"
Closes: https://github.com/libfuse/libfuse/issues/1168
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fuse_lowlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |