From b6ade95d70bfde0169363493ba57dafa8a8582fc Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 2 Jan 2022 05:49:51 +0000 Subject: convension -> convention --- sys/arch/amd64/stand/efi32/run_i386.S | 4 ++-- sys/arch/amd64/stand/efi64/run_i386.S | 4 ++-- sys/arch/amd64/stand/efiboot/run_i386.S | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/arch/amd64') 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) -- cgit v1.2.3