From 7a9e0376f21dc9cbab6ea007a4a338b7992ec22b Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 6 Nov 2016 21:44:05 -0800 Subject: Fixed typo in comment. --- include/fuse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 45c84ad..60dc6f0 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -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; -- cgit v1.2.3