summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-04-02 15:23:37 +0200
committerJiri Kosina <jkosina@suse.cz>2009-04-02 22:27:09 +0200
commit53042f6e0ee21309785a86f24907d0414b15a65b (patch)
tree662c0a48b71ac285bf8619626d3e4b8b8dc1fdd7 /fs
parent6fe73f2aaa59858a0881e34cb07531b89d2e4524 (diff)
trivial: fs/inode: Fix typo in file_update_time nanodoc
The advertised flag for not updating the time was wrong. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs')
-rw-r--r--fs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c
index d06d6d268de9..62cfd520da25 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -1387,7 +1387,7 @@ EXPORT_SYMBOL(touch_atime);
* for writeback. Note that this function is meant exclusively for
* usage in the file write path of filesystems, and filesystems may
* choose to explicitly ignore update via this function with the
- * S_NOCTIME inode flag, e.g. for network filesystem where these
+ * S_NOCMTIME inode flag, e.g. for network filesystem where these
* timestamps are handled by the server.
*/