From d0a100c886c49e92b8f7cb9a01d3c3e3ff5c1a10 Mon Sep 17 00:00:00 2001 From: brueffer Date: Tue, 22 Jun 2004 08:23:26 +0000 Subject: Fix typos and add spaces before `(' in some comments Submitted by: markus Approved by: njl MFC after: 3 days --- sys/dev/acpica/acpiio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/acpica') 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 */ -- cgit v1.1