commit | 211fee8a82893062f45a7f2e4e50b245bc577c0c | [log] [tgz] |
---|---|---|
author | Simon Arlott <simon@fire.lp0.eu> | Sat Oct 20 01:28:29 2007 +0200 |
committer | Adrian Bunk <bunk@kernel.org> | Sat Oct 20 01:28:29 2007 +0200 |
tree | 8eb8b75e6a6996080efea5b6ac6c11e30dada6d8 | |
parent | 183ff22bb6bd8188c904ebfb479656ae52230b72 [diff] [blame] |
spelling fixes: init/ Spelling fix in init/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Signed-off-by: Adrian Bunk <bunk@kernel.org>
diff --git a/init/main.c b/init/main.c index ea0f725..f605a96 100644 --- a/init/main.c +++ b/init/main.c
@@ -280,7 +280,7 @@ 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)) {