Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spelling fixes: init/

Spelling fix in init/.

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

authored by

Simon Arlott and committed by
Adrian Bunk
211fee8a 183ff22b

+1 -1
+1 -1
init/main.c
··· 280 280 return 0; 281 281 282 282 /* 283 - * Preemptive maintenance for "why didn't my mispelled command 283 + * Preemptive maintenance for "why didn't my misspelled command 284 284 * line work?" 285 285 */ 286 286 if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {