From: Masatake YAMATO Date: Mon, 15 Dec 2014 03:04:16 +0000 (+0900) Subject: dynamic_debug: fix comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=231821d4c3fa72de8fd9981e608323529ac9ad70;p=deliverable%2Flinux.git dynamic_debug: fix comment Signed-off-by: Masatake YAMATO Signed-off-by: Jiri Kosina --- 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 /dynamic_debug/conrol. Gathers the + * File_ops->write method for /dynamic_debug/control. Gathers the * command text from userspace, parses and executes it. */ #define USER_BUF_PAGE 4096