diff options
author | Bernd Schubert <bernd@bsbernd.com> | 2025-03-19 18:46:33 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-04-15 00:50:26 +0200 |
commit | fe5f26a194355317e884ed20fe43c5546e40fabe (patch) | |
tree | 435e5aeb23525dbac2706e2e4412d45e91db8458 | |
parent | 42a8b7614da0e0151b38e276b1cb6c6832126d50 (diff) | |
download | libfuse-fe5f26a194355317e884ed20fe43c5546e40fabe.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>
-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. |