mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
acpi(4): Fix a typo in a kernel message
- s/enitialization/initialization/ MFC afer: 5 days
This commit is contained in:
parent
42c82aad32
commit
f63aaffebc
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ acpi_cmbat_init_battery(void *arg)
|
|||
|
||||
dev = (device_t)arg;
|
||||
ACPI_VPRINT(dev, acpi_device_get_parent_softc(dev),
|
||||
"battery enitialization start\n");
|
||||
"battery initialization start\n");
|
||||
|
||||
/*
|
||||
* Try repeatedly to get valid data from the battery. Since the
|
||||
|
|
|
|||
Loading…
Reference in a new issue