瀏覽代碼

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>
Olaf Hering 12 年之前
父節點
當前提交
ffca80b556
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/x86/boot/compressed/head_32.S

+ 1 - 1
arch/x86/boot/compressed/head_32.S

@@ -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