diff options
author | 2006-09-19 18:01:36 +0000 | |
---|---|---|
committer | 2006-09-19 18:01:36 +0000 | |
commit | a4823c8b3f1b34c32db8764f8abc99b1ac8722c2 (patch) | |
tree | 221533fca4eabfa8b6f400212f856ea00343b2d7 /sys | |
parent | attach and enable the newer chipset generations AR2413, AR5413, and (diff) | |
download | wireguard-openbsd-a4823c8b3f1b34c32db8764f8abc99b1ac8722c2.tar.xz wireguard-openbsd-a4823c8b3f1b34c32db8764f8abc99b1ac8722c2.zip |
Typo fixes.
ok marco
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/acpi/acpibat.c | 6 |
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 |