Fix typo in comment.
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 25 May 2017 20:12:20 +0000 (13:12 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 25 May 2017 20:12:20 +0000 (13:12 -0700)
include/fuse_lowlevel.h

index fd8bc1a2177ff35303afa8ef2c9df49aee5abb63..6daf02163cfda461f277ad05284bfb89b6c206c3 100644 (file)
@@ -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.