diff options
author | Olaf Hering <olaf@aepfle.de> | 2013-01-29 10:40:22 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-29 10:54:06 +0100 |
commit | ffca80b5567c5f4405b3316129aac6890a42750d (patch) | |
tree | 64230b9966206f1391445e109ac1ce07091ce340 | |
parent | IB: cxgb3: delay freeing mem untill entirely done with it (diff) | |
download | linux-ffca80b5567c5f4405b3316129aac6890a42750d.tar.xz linux-ffca80b5567c5f4405b3316129aac6890a42750d.zip |
x86, efi: fix comment typo in head_32.S
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | arch/x86/boot/compressed/head_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |