diff --git a/[refs] b/[refs] index 595530a88b51..08b7dfbee63c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 183ff22bb6bd8188c904ebfb479656ae52230b72 +refs/heads/master: 211fee8a82893062f45a7f2e4e50b245bc577c0c diff --git a/trunk/init/main.c b/trunk/init/main.c index ea0f7250d222..f605a969ea61 100644 --- a/trunk/init/main.c +++ b/trunk/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)) {