summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2013-01-29 10:40:22 +0100
committerJiri Kosina <jkosina@suse.cz>2013-01-29 10:54:06 +0100
commitffca80b5567c5f4405b3316129aac6890a42750d (patch)
tree64230b9966206f1391445e109ac1ce07091ce340 /arch
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>
Diffstat (limited to 'arch')
-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)
.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