Ver código fonte

spelling fixes: init/

Spelling fix in init/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Simon Arlott 17 anos atrás
pai
commit
211fee8a82
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      init/main.c

+ 1 - 1
init/main.c

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