Skip to content

Commit

Permalink
debugfs: Fix a comment mistake
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harry Wei authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent fcb8ce5 commit bd33d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/debugfs/inode.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit bd33d12

Please sign in to comment.