spelling fixes: init/
authorSimon Arlott <simon@fire.lp0.eu>
Fri, 19 Oct 2007 23:28:29 +0000 (01:28 +0200)
committerAdrian Bunk <bunk@kernel.org>
Fri, 19 Oct 2007 23:28:29 +0000 (01:28 +0200)
Spelling fix in init/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
init/main.c

index ea0f7250d22224488cac5529a712fa559fa8a020..f605a969ea6141281891bb007edc41938c63e3f1 100644 (file)
@@ -280,7 +280,7 @@ static int __init unknown_bootoption(char *param, char *val)
                return 0;
 
        /*
-        * Preemptive maintenance for "why didn't my mispelled command
+        * Preemptive maintenance for "why didn't my misspelled command
         * line work?"
         */
        if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {