aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2013-01-29 04:40:22 -0500
committerJiri Kosina <jkosina@suse.cz>2013-01-29 04:54:06 -0500
commitffca80b5567c5f4405b3316129aac6890a42750d (patch)
tree64230b9966206f1391445e109ac1ce07091ce340
parentfe194f19da971a114b0f65cf8267c1d42f3be87e (diff)
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.S2
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)
38 .balign 0x10 38 .balign 0x10
39 /* 39 /*
40 * We don't need the return address, so set up the stack so 40 * We don't need the return address, so set up the stack so
41 * efi_main() can find its arugments. 41 * efi_main() can find its arguments.
42 */ 42 */
43 add $0x4, %esp 43 add $0x4, %esp
44 44