From: Simon Arlott Date: Fri, 19 Oct 2007 23:28:29 +0000 (+0200) Subject: spelling fixes: init/ X-Git-Tag: v2.6.24-rc1~124^2~29 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=211fee8a82893062f45a7f2e4e50b245bc577c0c;p=~shefty%2Frdma-dev.git spelling fixes: init/ Spelling fix in init/. Signed-off-by: Simon Arlott Signed-off-by: Adrian Bunk --- diff --git a/init/main.c b/init/main.c index ea0f7250d22..f605a969ea6 100644 --- a/init/main.c +++ b/init/main.c @@ -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)) {