Skip to content

Commit

Permalink
spelling fixes: init/
Browse files Browse the repository at this point in the history
Spelling fix in init/.

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Simon Arlott authored and Adrian Bunk committed Oct 19, 2007
1 parent 183ff22 commit 211fee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 211fee8

Please sign in to comment.