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:
6ac254c
)
Fix typo in comment.
author
Nikolaus Rath
<Nikolaus@rath.org>
Thu, 25 May 2017 20:12:20 +0000
(13:12 -0700)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Thu, 25 May 2017 20:12:20 +0000
(13:12 -0700)
include/fuse_lowlevel.h
patch
|
blob
|
history
diff --git
a/include/fuse_lowlevel.h
b/include/fuse_lowlevel.h
index fd8bc1a2177ff35303afa8ef2c9df49aee5abb63..6daf02163cfda461f277ad05284bfb89b6c206c3 100644
(file)
--- a/
include/fuse_lowlevel.h
+++ b/
include/fuse_lowlevel.h
@@
-224,7
+224,7
@@
struct fuse_lowlevel_ops {
* overwriting an existing file) rename. Filesystems must handle
* such requests properly and it is recommended to defer removal
* of the inode until the lookup count reaches zero. Calls to
- * unlink, r
e
mdir or rename will be followed closely by forget
+ * unlink, rmdir or rename will be followed closely by forget
* unless the file or directory is open, in which case the
* kernel issues forget only after the release or releasedir
* calls.