mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 10:56:40 +00:00
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>
This commit is contained in:
parent
fe194f19da
commit
ffca80b556
@ -38,7 +38,7 @@ ENTRY(startup_32)
|
|||||||
.balign 0x10
|
.balign 0x10
|
||||||
/*
|
/*
|
||||||
* We don't need the return address, so set up the stack so
|
* 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
|
add $0x4, %esp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user