From: Nikolaus Rath Date: Thu, 25 May 2017 20:12:20 +0000 (-0700) Subject: Fix typo in comment. X-Git-Tag: fuse-3.1.0~24 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a762330025656d5689b45fdda0d4a2ac1fbf4e3b;p=qemu-gpiodev%2Flibfuse.git Fix typo in comment. --- 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.