Date: Thu, 16 Dec 2010 16:55:22 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r216488 - head/sys/dev/acpica Message-ID: <201012161655.oBGGtMjB068476@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Thu Dec 16 16:55:22 2010 New Revision: 216488 URL: http://svn.freebsd.org/changeset/base/216488 Log: Spelling fix. Modified: head/sys/dev/acpica/acpi.c Modified: head/sys/dev/acpica/acpi.c ============================================================================== --- head/sys/dev/acpica/acpi.c Thu Dec 16 15:27:13 2010 (r216487) +++ head/sys/dev/acpica/acpi.c Thu Dec 16 16:55:22 2010 (r216488) @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012161655.oBGGtMjB068476>