From: Harry Wei Date: Sat, 16 Jul 2011 08:45:13 +0000 (+0800) Subject: debugfs: Fix a comment mistake X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bd33d12fba60dea3b8f944478c54ac3ba18d2c4d;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c index e7a7a2f07324..f3a257d7a985 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 * Copyright (C) 2004 IBM Inc.