Spelling fix.

This commit is contained in:
John Baldwin 2010-12-16 16:55:22 +00:00
parent 6c054d2b03
commit 5e66b8e231

View file

@ -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);