Fix typo (#578)
authorFeverfew <Feverfew@users.noreply.github.com>
Sun, 10 Jan 2021 11:50:28 +0000 (11:50 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Jan 2021 11:50:28 +0000 (11:50 +0000)
include/fuse_lowlevel.h

index f2ef622e900a4077ac7d0a65ea9675890e3371ca..3e54abf8e9dd63da23de8b4a8a26cc03cdc162a1 100644 (file)
@@ -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