Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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