Skip to content

Commit

Permalink
debugfs: spelling fix
Browse files Browse the repository at this point in the history
Change debufs_create_file() to debugfs_create_file().

Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Komal Shah authored and Adrian Bunk committed Oct 3, 2006
1 parent 4802211 commit 5a65980
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
Expand Up @@ -252,7 +252,7 @@ EXPORT_SYMBOL_GPL(debugfs_create_dir);
*
* This function removes a file or directory in debugfs that was previously
* created with a call to another debugfs function (like
* debufs_create_file() or variants thereof.)
* debugfs_create_file() or variants thereof.)
*
* This function is required to be called in order for the file to be
* removed, no automatic cleanup of files will happen when a module is
Expand Down

0 comments on commit 5a65980

Please sign in to comment.