From: jsg Date: Sun, 2 Jan 2022 05:49:50 +0000 (+0000) Subject: convension -> convention X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d4881cea99a77c525746ed6dd00e53a4c2562946;p=openbsd convension -> convention --- diff --git a/sys/arch/amd64/stand/efi32/run_i386.S b/sys/arch/amd64/stand/efi32/run_i386.S index ccb423d0079..6f79230fe2d 100644 --- a/sys/arch/amd64/stand/efi32/run_i386.S +++ b/sys/arch/amd64/stand/efi32/run_i386.S @@ -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 @@ -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) diff --git a/sys/arch/amd64/stand/efi64/run_i386.S b/sys/arch/amd64/stand/efi64/run_i386.S index cfe4a99ee4c..6f79230fe2d 100644 --- a/sys/arch/amd64/stand/efi64/run_i386.S +++ b/sys/arch/amd64/stand/efi64/run_i386.S @@ -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 @@ -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) diff --git a/sys/arch/amd64/stand/efiboot/run_i386.S b/sys/arch/amd64/stand/efiboot/run_i386.S index 1c70f8d4610..6f79230fe2d 100644 --- a/sys/arch/amd64/stand/efiboot/run_i386.S +++ b/sys/arch/amd64/stand/efiboot/run_i386.S @@ -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 @@ -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)