aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 6142933..19b38b3 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -132,7 +132,7 @@ struct fuse_operations {
/** Change the access and/or modification times of a file
*
- * Deprecated, use utimes() instead.
+ * Deprecated, use utimens() instead.
*/
int (*utime) (const char *, struct utimbuf *);