From: Olaf Hering Date: Tue, 29 Jan 2013 09:40:22 +0000 (+0100) Subject: x86, efi: fix comment typo in head_32.S X-Git-Tag: firefly_0821_release~3680^2~631^2~51 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ffca80b5567c5f4405b3316129aac6890a42750d;p=firefly-linux-kernel-4.4.55.git x86, efi: fix comment typo in head_32.S Signed-off-by: Olaf Hering Signed-off-by: Jiri Kosina --- 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