From ef11cf9eace3cf5f529a23899ae850c09aaf64bc Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 10 Oct 2023 08:44:23 +0100 Subject: [PATCH] Fix typo in comment --- example/passthrough_hp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2