preferense -> preference
authorjsg <jsg@openbsd.org>
Sun, 2 Jan 2022 02:13:33 +0000 (02:13 +0000)
committerjsg <jsg@openbsd.org>
Sun, 2 Jan 2022 02:13:33 +0000 (02:13 +0000)
sys/arch/arm64/stand/efiboot/efiacpi.c
sys/dev/acpi/acpireg.h

index 8727a8d..3eed816 100644 (file)
@@ -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 <kettenis@openbsd.org>
@@ -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;
index 67f2a42..7d72cbe 100644 (file)
@@ -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 <tholo@sigmasoft.com>
  * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
@@ -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;