diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2017-09-06 13:01:49 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2017-09-06 13:01:49 +0000 |
commit | 2ab45beb1288e10fb89609f32ac5a6e4d72743b2 (patch) | |
tree | 8a937ad4c46f182873684ef45f2663089dfb2392 | |
parent | 64d4379ae9220ec45a6af54ddacbb0c41408e2f6 (diff) |
fix comment
-rw-r--r-- | sys/dev/acpi/acpidev.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpidev.h b/sys/dev/acpi/acpidev.h index 114ec5597eb..e35992785a4 100644 --- a/sys/dev/acpi/acpidev.h +++ b/sys/dev/acpi/acpidev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpidev.h,v 1.41 2017/07/22 21:06:17 jcs Exp $ */ +/* $OpenBSD: acpidev.h,v 1.42 2017/09/06 13:01:48 jcs Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> @@ -50,9 +50,9 @@ * OEM Information //ASCIIZ * } * - * _BIX (Battery InFormation Extended) + * _BIX (Battery Information Extended) * Arguments: none - * Results : package _BIX (Battery InFormation Extended) + * Results : package _BIX (Battery Information Extended) * Package { * // ASCIIZ is ASCII character string terminated with a 0x00. * Revision //Integer |