summaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorMasatake YAMATO <yamato@redhat.com>2014-12-15 12:04:16 +0900
committerJiri Kosina <jkosina@suse.cz>2015-01-02 12:11:06 +0100
commit231821d4c3fa72de8fd9981e608323529ac9ad70 (patch)
tree83d9bc6a7d6493219e5b41b0cf16c95edc06ca71 /lib/dynamic_debug.c
parent9ed03783d37c0566673c790aa1ff3f1d02129514 (diff)
downloadlinux-231821d4c3fa72de8fd9981e608323529ac9ad70.tar.gz
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/dynamic_debug.c')
-rw-r--r--lib/dynamic_debug.c2
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