]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 aa4aaf1b23803e8ef0e180e3cbeedc7a4db6c556..7315e1111583e128c45d21d842c4cb1fe80dc644 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