projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe4258
)
Fixed typo in comment.
author
Nikolaus Rath
<Nikolaus@rath.org>
Mon, 7 Nov 2016 05:44:05 +0000
(21:44 -0800)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Mon, 7 Nov 2016 05:44:05 +0000
(21:44 -0800)
include/fuse.h
patch
|
blob
|
history
diff --git
a/include/fuse.h
b/include/fuse.h
index 45c84ad7022211c8613e755fc8316db318321586..60dc6f04b09d1457017ba42894221358f652f822 100644
(file)
--- 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;