From: Nikolaus Rath Date: Tue, 10 Oct 2023 07:44:23 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: fuse-3.17.1-rc0~170 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ef11cf9eace3cf5f529a23899ae850c09aaf64bc;p=qemu-gpiodev%2Flibfuse.git Fix typo in comment --- diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc index 8524eef..9ee6fb1 100644 --- a/example/passthrough_hp.cc +++ b/example/passthrough_hp.cc @@ -100,7 +100,7 @@ static void forget_one(fuse_ino_t ino, uint64_t n); // be simplified to just ino_t since we require the source directory // not to contain any mountpoints. This hasn't been done yet in case // we need to reconsider this constraint (but relaxing this would have -// the drawback that we can no longer re-use inode numbers, and thus +// the drawback that we can no longer reuse inode numbers, and thus // readdir() would need to do a full lookup() in order to report the // right inode number). typedef std::pair SrcId;