aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-05-25 13:12:20 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-05-25 13:12:20 -0700
commita762330025656d5689b45fdda0d4a2ac1fbf4e3b (patch)
tree61d0f35e962135df957ca504276ebc9b3bc1bba6 /include
parent6ac254c00fc6026fd462b7b93aaa9dc4aa676f69 (diff)
Fix typo in comment.
Diffstat (limited to 'include')
-rw-r--r--include/fuse_lowlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index fd8bc1a..6daf021 100644
--- 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, remdir 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.