Author: jhb Date: Fri Mar 6 20:53:56 2015 New Revision: 279703 URL: https://svnweb.freebsd.org/changeset/base/279703
Log: Fix a typo. Modified: head/sys/dev/acpica/acpi.c Modified: head/sys/dev/acpica/acpi.c ============================================================================== --- head/sys/dev/acpica/acpi.c Fri Mar 6 20:52:05 2015 (r279702) +++ head/sys/dev/acpica/acpi.c Fri Mar 6 20:53:56 2015 (r279703) @@ -1071,7 +1071,7 @@ acpi_hint_device_unit(device_t acdev, de } /* - * Fech the NUMA domain for the given device. + * Fetch the NUMA domain for the given device. * * If a device has a _PXM method, map that to a NUMA domain. * _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
