aboutsummaryrefslogtreecommitdiff
path: root/fs/debugfs
diff options
context:
space:
mode:
authorHarry Wei <harryxiyou@gmail.com>2011-07-16 16:45:13 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-22 17:41:48 -0700
commitbd33d12fba60dea3b8f944478c54ac3ba18d2c4d (patch)
tree7b57882d80ba516185556951283df3551da413b8 /fs/debugfs
parentfcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c (diff)
debugfs: Fix a comment mistake
The file is fs/debugfs/inode.c but the comment says it is file.c. This patch can fix this little mistake. Signed-off-by: Harry Wei <harryxiyou@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/debugfs')
-rw-r--r--fs/debugfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c
index e7a7a2f0732..f3a257d7a98 100644
--- a/fs/debugfs/inode.c
+++ b/fs/debugfs/inode.c
@@ -1,5 +1,5 @@
/*
- * file.c - part of debugfs, a tiny little debug file system
+ * inode.c - part of debugfs, a tiny little debug file system
*
* Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
* Copyright (C) 2004 IBM Inc.