summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2006-12-12 18:07:26 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2006-12-12 18:07:26 +0000
commitd18f6976a525c5abd2eec9f80b8349cfba2d559b (patch)
tree3a85d6a28de6d872ad0a9321bb790213c2c500de /sys/dev/acpi
parenta4c09db288f9df3a932ec341037fcc2144099a11 (diff)
Fix a typo to clean M's out of my tree.
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r--sys/dev/acpi/acpireg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpireg.h b/sys/dev/acpi/acpireg.h
index 2fcd461a5d0..f8356056f8b 100644
--- a/sys/dev/acpi/acpireg.h
+++ b/sys/dev/acpi/acpireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpireg.h,v 1.11 2006/10/12 19:17:26 marco Exp $ */
+/* $OpenBSD: acpireg.h,v 1.12 2006/12/12 18:07:25 mk Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
@@ -462,7 +462,7 @@ struct acpi_facs {
#define ACPI_DEV_EIOB "PNP0A06" /* Extended I/O Bus */
#define ACPI_DEV_MR "PNP0C02" /* Motherboard resources */
#define ACPI_DEV_NPROC "PNP0C04" /* Numeric data processor */
-#define ACPI_DEV_CS "PNP0C08" /* ACPI-Complient System */
+#define ACPI_DEV_CS "PNP0C08" /* ACPI-Compliant System */
#define ACPI_DEV_ECD "PNP0C09" /* Embedded Controller Device */
#define ACPI_DEV_CMB "PNP0C0A" /* Control Method Battery */
#define ACPI_DEV_FAN "PNP0C0B" /* Fan Device */