Fix typo in comment
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 10 Oct 2023 07:44:23 +0000 (08:44 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 10 Oct 2023 07:44:23 +0000 (08:44 +0100)
example/passthrough_hp.cc

index 8524eefbd1df06ee04e4182b020b1b827cb22c0d..9ee6fb117169cc4059f07d0766aad4eecd95f182 100644 (file)
@@ -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<ino_t, dev_t> SrcId;