summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2004-06-22 08:23:26 +0000
committerbrueffer <brueffer@FreeBSD.org>2004-06-22 08:23:26 +0000
commitd0a100c886c49e92b8f7cb9a01d3c3e3ff5c1a10 (patch)
treea78e3cf1add1ae228c6f841b09979ff83ac04d1f /sys/dev/acpica
parent4e3007919c8b6386362fbb632f8852f93ce47df1 (diff)
downloadFreeBSD-src-d0a100c886c49e92b8f7cb9a01d3c3e3ff5c1a10.zip
FreeBSD-src-d0a100c886c49e92b8f7cb9a01d3c3e3ff5c1a10.tar.gz
Fix typos and add spaces before `(' in some comments
Submitted by: markus Approved by: njl MFC after: 3 days
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpiio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpica/acpiio.h b/sys/dev/acpica/acpiio.h
index 5642492..a782dfc 100644
--- a/sys/dev/acpica/acpiio.h
+++ b/sys/dev/acpica/acpiio.h
@@ -44,7 +44,7 @@ struct acpi_battdesc {
struct acpi_battinfo {
int cap; /* percent */
- int min; /* remianing time */
+ int min; /* remaining time */
int state; /* battery state */
};
@@ -57,8 +57,8 @@ struct acpi_bif {
u_int32_t dvol; /* Design voltage (mV) */
u_int32_t wcap; /* WARN capacity */
u_int32_t lcap; /* Low capacity */
- u_int32_t gra1; /* Granulity 1(Warn to Low) */
- u_int32_t gra2; /* Granulity 2(Full to Warn) */
+ u_int32_t gra1; /* Granularity 1 (Warn to Low) */
+ u_int32_t gra2; /* Granularity 2 (Full to Warn) */
char model[ACPI_CMBAT_MAXSTRLEN]; /* model identifier */
char serial[ACPI_CMBAT_MAXSTRLEN]; /* Serial number */
char type[ACPI_CMBAT_MAXSTRLEN]; /* Type */
OpenPOWER on IntegriCloud