summaryrefslogtreecommitdiff
path: root/usr.sbin/acpitools
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-02-13 22:20:08 +0000
committerandvar <andvar@NetBSD.org>2022-02-13 22:20:08 +0000
commit8d2846207a06d55c4e18ee7e75c60dbf10ad12ea (patch)
tree90b708b16d651309fb6ea40adf32cf26a4c02a74 /usr.sbin/acpitools
parent3388fd83f87bb49dd817c358815dcfb91e9c7547 (diff)
fix few typos in comments and log message.
Diffstat (limited to 'usr.sbin/acpitools')
-rw-r--r--usr.sbin/acpitools/acpidump/acpi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/acpitools/acpidump/acpi.c b/usr.sbin/acpitools/acpidump/acpi.c
index f9376a475c6..a8b7c9041f5 100644
--- a/usr.sbin/acpitools/acpidump/acpi.c
+++ b/usr.sbin/acpitools/acpidump/acpi.c
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.c,v 1.53 2021/11/08 10:19:42 skrll Exp $ */
+/* $NetBSD: acpi.c,v 1.54 2022/02/13 22:20:09 andvar Exp $ */
/*-
* Copyright (c) 1998 Doug Rabson
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: acpi.c,v 1.53 2021/11/08 10:19:42 skrll Exp $");
+__RCSID("$NetBSD: acpi.c,v 1.54 2022/02/13 22:20:09 andvar Exp $");
#include <sys/param.h>
#include <sys/endian.h>
@@ -2115,7 +2115,7 @@ acpi_print_iort_memory_access(ACPI_IORT_MEMORY_ACCESS *memacc)
printf("Not coherent\n");
break;
default:
- printf("resrved (%u)\n", memacc->CacheCoherency);
+ printf("reserved (%u)\n", memacc->CacheCoherency);
break;
}
printf("\t\tAllocation Hints=");