From ffca80b5567c5f4405b3316129aac6890a42750d Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 29 Jan 2013 10:40:22 +0100 Subject: [PATCH] x86, efi: fix comment typo in head_32.S Signed-off-by: Olaf Hering Signed-off-by: Jiri Kosina --- arch/x86/boot/compressed/head_32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/boot/compressed/head_32.S b/arch/x86/boot/compressed/head_32.S index aa4aaf1b2380..7315e1111583 100644 --- a/arch/x86/boot/compressed/head_32.S +++ b/arch/x86/boot/compressed/head_32.S @@ -38,7 +38,7 @@ ENTRY(startup_32) .balign 0x10 /* * We don't need the return address, so set up the stack so - * efi_main() can find its arugments. + * efi_main() can find its arguments. */ add $0x4, %esp -- 2.39.5