Skip to content

Commit

Permalink
dynamic_debug: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
masatake authored and Jiri Kosina committed Jan 2, 2015
1 parent 9ed0378 commit 231821d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dynamic_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ static __init int ddebug_setup_query(char *str)
__setup("ddebug_query=", ddebug_setup_query);

/*
* File_ops->write method for <debugfs>/dynamic_debug/conrol. Gathers the
* File_ops->write method for <debugfs>/dynamic_debug/control. Gathers the
* command text from userspace, parses and executes it.
*/
#define USER_BUF_PAGE 4096
Expand Down

0 comments on commit 231821d

Please sign in to comment.