diff options
-rw-r--r-- | kexec/arch/sh/kexec-sh.c | 2 |
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()); } |