From: Simon Arlott <simon@fire.lp0.eu>
Date: Fri, 19 Oct 2007 23:28:29 +0000 (+0200)
Subject: spelling fixes: init/
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=211fee8a82893062f45a7f2e4e50b245bc577c0c;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git

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 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)) {