summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-11-06 21:44:05 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-11-06 21:44:05 -0800
commit7a9e0376f21dc9cbab6ea007a4a338b7992ec22b (patch)
tree67e9adae4cbd2003e850d91cdd4e2c7829e3e98c
parent1fe4258932e3c9e37ae16c163a265b1331886efa (diff)
downloadfuse-7a9e0376f21dc9cbab6ea007a4a338b7992ec22b.tar.gz
Fixed typo in comment.
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
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;