summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2006-09-19 18:01:37 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2006-09-19 18:01:37 +0000
commit65ec529a1f0b37942d31f53a2d617ad3e1decdf2 (patch)
treedea36eb904f057c0032c5cc55d4435e5335490fe /sys/dev/acpi
parentc63c5073038ac00d3c350e9fd6dcb1b8a4d07685 (diff)
Typo fixes.
ok marco
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r--sys/dev/acpi/acpibat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpibat.c b/sys/dev/acpi/acpibat.c
index a01ee211648..5d2db6b5fc8 100644
--- a/sys/dev/acpi/acpibat.c
+++ b/sys/dev/acpi/acpibat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpibat.c,v 1.23 2006/06/06 22:14:30 jolan Exp $ */
+/* $OpenBSD: acpibat.c,v 1.24 2006/09/19 18:01:36 mk Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
*
@@ -368,8 +368,8 @@ out:
return (rv);
}
-/* XXX it has been observed that some systemts do not propagate battery
- * inserion events up to the driver. What seems to happen is that DSDT
+/* XXX it has been observed that some systems do not propagate battery
+ * insertion events up to the driver. What seems to happen is that DSDT
* does receive an interrupt however the originator bit is not set.
* This seems to happen when one inserts a 100% full battery. Removal
* of the power cord or insertion of a not 100% full battery breaks this