summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 911a676..04ab31b 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -274,7 +274,7 @@ struct fuse_operations {
* this method should check if opendir is permitted for this
* directory. Optionally opendir may also return an arbitrary
* filehandle in the fuse_file_info structure, which will be
- * passed to readdir, closedir and fsyncdir.
+ * passed to readdir, releasedir and fsyncdir.
*
* Introduced in version 2.3
*/