x86, efi: fix comment typo in head_32.S
authorOlaf Hering <olaf@aepfle.de>
Tue, 29 Jan 2013 09:40:22 +0000 (10:40 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 29 Jan 2013 09:54:06 +0000 (10:54 +0100)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/boot/compressed/head_32.S

index aa4aaf1..7315e11 100644 (file)
@@ -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