diff options
| author | Masatake YAMATO <[email protected]> | 2014-12-15 03:04:16 +0000 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2015-01-02 11:11:06 +0000 |
| commit | 231821d4c3fa72de8fd9981e608323529ac9ad70 (patch) | |
| tree | 83d9bc6a7d6493219e5b41b0cf16c95edc06ca71 /lib/dynamic_debug.c | |
| parent | doc: usbmon: fix spelling s/unpriviledged/unprivileged/ (diff) | |
| download | kernel-231821d4c3fa72de8fd9981e608323529ac9ad70.tar.gz kernel-231821d4c3fa72de8fd9981e608323529ac9ad70.zip | |
dynamic_debug: fix comment
Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
| -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 |
