diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-09-04 11:34:12 -0700 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2007-09-05 12:38:53 +0900 |
commit | ddbc4830ad70598070e891e10508ca09567bca60 (patch) | |
tree | ec67c9f3040e8af16ab9688b309917aacbdf7220 | |
parent | b9c3648e690ad0dad12389659673206213a09760 (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.c | 2 | ||||
-rw-r--r-- | kexec/arch/x86_64/kexec-x86_64.c | 2 |
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" ); |