1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Fix typos and add spaces before `(' in some comments

Submitted by:	markus
Approved by:	njl
MFC after:	3 days
This commit is contained in:
Christian Brueffer 2004-06-22 08:23:26 +00:00
parent 3202f019e7
commit 889608790b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130914

View File

@ -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 */