aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFeverfew <Feverfew@users.noreply.github.com>2021-01-10 11:50:28 +0000
committerGitHub <noreply@github.com>2021-01-10 11:50:28 +0000
commit770bccfcf2ef09ea4a61a8c9222686c60f4e2846 (patch)
treef1daf07e4470a767bef8e6f1af8268c9c54a0a43 /include
parent699ab32b5dbaf44d715aa08aa21d1ec62e479d2b (diff)
downloadlibfuse-770bccfcf2ef09ea4a61a8c9222686c60f4e2846.tar.gz
Fix typo (#578)
Diffstat (limited to 'include')
-rw-r--r--include/fuse_lowlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index f2ef622..3e54abf 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -697,7 +697,7 @@ struct fuse_lowlevel_ops {
* values that was previously returned by readdir() for the same
* directory handle. In this case, readdir() should skip over entries
* coming before the position defined by the off_t value. If entries
- * are added or removed while the directory handle is open, they filesystem
+ * are added or removed while the directory handle is open, the filesystem
* may still include the entries that have been removed, and may not
* report the entries that have been created. However, addition or
* removal of entries must never cause readdir() to skip over unrelated