From: Nikolaus Rath Date: Mon, 7 Nov 2016 05:44:05 +0000 (-0800) Subject: Fixed typo in comment. X-Git-Tag: fuse-3.0.0rc3~39 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7a9e0376f21dc9cbab6ea007a4a338b7992ec22b;p=qemu-gpiodev%2Flibfuse.git 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 @@ 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;