From: Feverfew Date: Sun, 10 Jan 2021 11:50:28 +0000 (+0000) Subject: Fix typo (#578) X-Git-Tag: fuse-3.10.2~5 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=770bccfcf2ef09ea4a61a8c9222686c60f4e2846;p=qemu-gpiodev%2Flibfuse.git Fix typo (#578) --- 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