Commit ffca80b5 authored by Olaf Hering's avatar Olaf Hering Committed by Jiri Kosina

x86, efi: fix comment typo in head_32.S

Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fe194f19
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment