mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 02:33:57 +00:00
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:
parent
183ff22bb6
commit
211fee8a82
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user