From 5e66b8e231da30075dc77cae3343df0e2cb40748 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 16 Dec 2010 16:55:22 +0000 Subject: [PATCH] Spelling fix. --- sys/dev/acpica/acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index a5cf0bc37e0..fdd28337304 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -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);