projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
183ff22
)
spelling fixes: init/
author
Simon Arlott
<simon@fire.lp0.eu>
Fri, 19 Oct 2007 23:28:29 +0000
(
01:28
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Fri, 19 Oct 2007 23:28:29 +0000
(
01:28
+0200)
Spelling fix in init/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
init/main.c
patch
|
blob
|
history
diff --git
a/init/main.c
b/init/main.c
index ea0f7250d22224488cac5529a712fa559fa8a020..f605a969ea6141281891bb007edc41938c63e3f1 100644
(file)
--- 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 mis
s
pelled command
* line work?"
*/
if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {