Fixed typo in comment.
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 7 Nov 2016 05:44:05 +0000 (21:44 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 7 Nov 2016 05:44:05 +0000 (21:44 -0800)
include/fuse.h

index 45c84ad7022211c8613e755fc8316db318321586..60dc6f04b09d1457017ba42894221358f652f822 100644 (file)
@@ -166,7 +166,7 @@ struct fuse_config {
         * option. When hard_remove is set, the following libc
         * functions fail on unlinked files (returning errno of
         * ENOENT): read(2), write(2), fsync(2), close(2), f*xattr(2),
-        * ftruncate(2), fstat(2), fch‐ mod(2), fchown(2)
+        * ftruncate(2), fstat(2), fchmod(2), fchown(2)
         */
        int hard_remove;