From b040ff108f2d25c2331b041e2cc6b230e6b6d5c0 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 2 Jan 2022 02:13:33 +0000 Subject: [PATCH] preferense -> preference --- sys/arch/arm64/stand/efiboot/efiacpi.c | 4 ++-- sys/dev/acpi/acpireg.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/arm64/stand/efiboot/efiacpi.c b/sys/arch/arm64/stand/efiboot/efiacpi.c index 8727a8d2b56..3eed8163009 100644 --- a/sys/arch/arm64/stand/efiboot/efiacpi.c +++ b/sys/arch/arm64/stand/efiboot/efiacpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: efiacpi.c,v 1.13 2022/01/02 01:59:42 jsg Exp $ */ +/* $OpenBSD: efiacpi.c,v 1.14 2022/01/02 02:13:33 jsg Exp $ */ /* * Copyright (c) 2018 Mark Kettenis @@ -186,7 +186,7 @@ struct acpi_fadt { /* * Following values only exist when rev > 1 * If the extended addresses exists, they - * must be used in preferense to the non- + * must be used in preference to the non- * extended values above */ struct acpi_gas reset_reg; diff --git a/sys/dev/acpi/acpireg.h b/sys/dev/acpi/acpireg.h index 67f2a42f73b..7d72cbe9d23 100644 --- a/sys/dev/acpi/acpireg.h +++ b/sys/dev/acpi/acpireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpireg.h,v 1.56 2021/10/23 16:39:03 dv Exp $ */ +/* $OpenBSD: acpireg.h,v 1.57 2022/01/02 02:13:33 jsg Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * Copyright (c) 2005 Marco Peereboom @@ -178,7 +178,7 @@ struct acpi_fadt { /* * Following values only exist when rev > 1 * If the extended addresses exists, they - * must be used in preferense to the non- + * must be used in preference to the non- * extended values above */ struct acpi_gas reset_reg; -- 2.20.1