convension -> convention
authorjsg <jsg@openbsd.org>
Sun, 2 Jan 2022 05:49:50 +0000 (05:49 +0000)
committerjsg <jsg@openbsd.org>
Sun, 2 Jan 2022 05:49:50 +0000 (05:49 +0000)
sys/arch/amd64/stand/efi32/run_i386.S
sys/arch/amd64/stand/efi64/run_i386.S
sys/arch/amd64/stand/efiboot/run_i386.S

index ccb423d..6f79230 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: run_i386.S,v 1.1 2019/05/11 02:33:34 mlarkin Exp $    */
+/*     $OpenBSD: run_i386.S,v 1.2 2022/01/02 05:49:50 jsg Exp $        */
 
 /*
  * Copyright (c) 2015 YASUOKA Masahiko <yasuoka@yasuoka.net>
@@ -37,7 +37,7 @@ start:
         * %rdi == loaded start address, %rsi == kernel start address
         */
 
-       /* re-arrange the parameters for the x86 calling convension */
+       /* re-arrange the parameters for the x86 calling convention */
        mov     %edx, (run_i386_end - start - 0x20)(%rdi)
        mov     %ecx, (run_i386_end - start - 0x1c)(%rdi)
        mov     %r8d, (run_i386_end - start - 0x18)(%rdi)
index cfe4a99..6f79230 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: run_i386.S,v 1.1 2019/05/11 02:36:10 mlarkin Exp $    */
+/*     $OpenBSD: run_i386.S,v 1.2 2022/01/02 05:49:50 jsg Exp $        */
 
 /*
  * Copyright (c) 2015 YASUOKA Masahiko <yasuoka@yasuoka.net>
@@ -37,7 +37,7 @@ start:
         * %rdi == loaded start address, %rsi == kernel start address
         */
 
-       /* re-arrange the parameters for the x86 calling convension */
+       /* re-arrange the parameters for the x86 calling convention */
        mov     %edx, (run_i386_end - start - 0x20)(%rdi)
        mov     %ecx, (run_i386_end - start - 0x1c)(%rdi)
        mov     %r8d, (run_i386_end - start - 0x18)(%rdi)
index 1c70f8d..6f79230 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: run_i386.S,v 1.1 2015/09/02 01:52:26 yasuoka Exp $    */
+/*     $OpenBSD: run_i386.S,v 1.2 2022/01/02 05:49:50 jsg Exp $        */
 
 /*
  * Copyright (c) 2015 YASUOKA Masahiko <yasuoka@yasuoka.net>
@@ -37,7 +37,7 @@ start:
         * %rdi == loaded start address, %rsi == kernel start address
         */
 
-       /* re-arrange the parameters for the x86 calling convension */
+       /* re-arrange the parameters for the x86 calling convention */
        mov     %edx, (run_i386_end - start - 0x20)(%rdi)
        mov     %ecx, (run_i386_end - start - 0x1c)(%rdi)
        mov     %r8d, (run_i386_end - start - 0x18)(%rdi)