Fixed typo in comment.
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 @@
 	 * 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;