summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2007-09-04 11:34:12 -0700
committerSimon Horman <horms@verge.net.au>2007-09-05 12:38:53 +0900
commitddbc4830ad70598070e891e10508ca09567bca60 (patch)
treeec67c9f3040e8af16ab9688b309917aacbdf7220
parentb9c3648e690ad0dad12389659673206213a09760 (diff)
kexec-tools: fix typos
Correct spelling/typos in baud_rate. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/arch/i386/kexec-x86.c2
-rw-r--r--kexec/arch/x86_64/kexec-x86_64.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/kexec/arch/i386/kexec-x86.c b/kexec/arch/i386/kexec-x86.c
index b737c6f..6d335af 100644
--- a/kexec/arch/i386/kexec-x86.c
+++ b/kexec/arch/i386/kexec-x86.c
@@ -131,7 +131,7 @@ void arch_usage(void)
printf(
" --reset-vga Attempt to reset a standard vga device\n"
" --serial=<port> Specify the serial port for debug output\n"
- " --serial-baud=<buad_rate> Specify the serial port baud rate\n"
+ " --serial-baud=<baud_rate> Specify the serial port baud rate\n"
" --console-vga Enable the vga console\n"
" --console-serial Enable the serial console\n"
" --elf32-core-headers Prepare core headers in ELF32 format\n"
diff --git a/kexec/arch/x86_64/kexec-x86_64.c b/kexec/arch/x86_64/kexec-x86_64.c
index 528cd8a..2df1b34 100644
--- a/kexec/arch/x86_64/kexec-x86_64.c
+++ b/kexec/arch/x86_64/kexec-x86_64.c
@@ -133,7 +133,7 @@ void arch_usage(void)
printf(
" --reset-vga Attempt to reset a standard vga device\n"
" --serial=<port> Specify the serial port for debug output\n"
- " --serial-baud=<buad_rate> Specify the serial port baud rate\n"
+ " --serial-baud=<baud_rate> Specify the serial port baud rate\n"
" --console-vga Enable the vga console\n"
" --console-serial Enable the serial console\n"
);