dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Harry Wei 2011-07-16 16:45:13 +08:00 committed by Greg Kroah-Hartman
parent fcb8ce5cfe
commit bd33d12fba
1 changed files with 1 additions and 1 deletions

View File

@ -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.