Skip to content

Commit

Permalink
x86, efi: fix comment typo in head_32.S
Browse files Browse the repository at this point in the history
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Olaf Hering authored and Jiri Kosina committed Jan 29, 2013
1 parent fe194f1 commit ffca80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/boot/compressed/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ffca80b

Please sign in to comment.