Commit 211fee8a authored by Simon Arlott's avatar Simon Arlott Committed by Adrian Bunk

spelling fixes: init/

Spelling fix in init/.
Signed-off-by: default avatarSimon Arlott <simon@fire.lp0.eu>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 183ff22b
...@@ -280,7 +280,7 @@ static int __init unknown_bootoption(char *param, char *val) ...@@ -280,7 +280,7 @@ static int __init unknown_bootoption(char *param, char *val)
return 0; return 0;
/* /*
* Preemptive maintenance for "why didn't my mispelled command * Preemptive maintenance for "why didn't my misspelled command
* line work?" * line work?"
*/ */
if (strchr(param, '.') && (!val || strchr(param, '.') < val)) { if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment