summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-09-03 20:36:42 +0900
committerSimon Horman <horms@verge.net.au>2008-09-05 09:37:40 +1000
commite956e4a66847606e133bcc4b97704aa09441a064 (patch)
treee905564d9352b31d2b46c5c3b3fffb3d66041b2c
parent93792363d3455459c7af7c646c0a1d1238c772fb (diff)
sh: Fix help text spelling
Fix SuperH help text spelling. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/arch/sh/kexec-sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/sh/kexec-sh.c b/kexec/arch/sh/kexec-sh.c
index 7dc95be..bde12d8 100644
--- a/kexec/arch/sh/kexec-sh.c
+++ b/kexec/arch/sh/kexec-sh.c
@@ -66,7 +66,7 @@ void arch_usage(void)
" none\n\n"
"Default options:\n"
" --append=\"%s\"\n"
- " STRING of --appned is set form /proc/cmdline as default.\n"
+ " STRING of --append is set from /proc/cmdline as default.\n"
,get_append());
}