diff options
author | Masatake YAMATO <yamato@redhat.com> | 2014-12-15 06:04:16 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-01-02 14:11:06 +0300 |
commit | 231821d4c3fa72de8fd9981e608323529ac9ad70 (patch) | |
tree | 83d9bc6a7d6493219e5b41b0cf16c95edc06ca71 /lib | |
parent | 9ed03783d37c0566673c790aa1ff3f1d02129514 (diff) | |
download | linux-231821d4c3fa72de8fd9981e608323529ac9ad70.tar.xz |
dynamic_debug: fix comment
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dynamic_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index dfba05521748..96bc6a4b61d1 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c @@ -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 |