spelling fixes: init/

Spelling fix in init/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Simon Arlott 2007-10-20 01:28:29 +02:00 committed by Adrian Bunk
parent 183ff22bb6
commit 211fee8a82

View File

@ -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)) {