mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Spelling fix.
This commit is contained in:
parent
6c054d2b03
commit
5e66b8e231
1 changed files with 1 additions and 1 deletions
|
|
@ -1633,7 +1633,7 @@ acpi_probe_children(device_t bus)
|
|||
ACPI_DEBUG_PRINT((ACPI_DB_OBJECTS, "device identify routines\n"));
|
||||
bus_generic_probe(bus);
|
||||
|
||||
/* Probe/attach all children, created staticly and from the namespace. */
|
||||
/* Probe/attach all children, created statically and from the namespace. */
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_OBJECTS, "acpi bus_generic_attach\n"));
|
||||
bus_generic_attach(bus);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue