diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-02 05:49:51 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-02 05:49:51 +0000 |
commit | b6ade95d70bfde0169363493ba57dafa8a8582fc (patch) | |
tree | f218273526eca7d54377b879a1bfca99627e296f /sys | |
parent | bffd7506aa56ec525daef8df513517aa3a9b48ab (diff) |
convension -> convention
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/efi32/run_i386.S | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/efi64/run_i386.S | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/efiboot/run_i386.S | 4 |
3 files changed, 6 insertions, 6 deletions
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 <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) 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 <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) 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 <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) |