From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Correct spelling/typos in baud_rate. Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com> --- kexec/arch/i386/kexec-x86.c | 2 +- kexec/arch/x86_64/kexec-x86_64.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- kexec-tools-testing-20070330.orig/kexec/arch/i386/kexec-x86.c +++ kexec-tools-testing-20070330/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" --- kexec-tools-testing-20070330.orig/kexec/arch/x86_64/kexec-x86_64.c +++ kexec-tools-testing-20070330/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" );