diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-10-19 19:28:29 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-19 19:28:29 -0400 |
commit | 211fee8a82893062f45a7f2e4e50b245bc577c0c (patch) | |
tree | 8eb8b75e6a6996080efea5b6ac6c11e30dada6d8 /init/main.c | |
parent | 183ff22bb6bd8188c904ebfb479656ae52230b72 (diff) |
spelling fixes: init/
Spelling fix in init/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index ea0f7250d222..f605a969ea61 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -280,7 +280,7 @@ static int __init unknown_bootoption(char *param, char *val) | |||
280 | return 0; | 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 | * line work?" | 284 | * line work?" |
285 | */ | 285 | */ |
286 | if (strchr(param, '.') && (!val || strchr(param, '.') < val)) { | 286 | if (strchr(param, '.') && (!val || strchr(param, '.') < val)) { |