svn commit: r279703 - head/sys/dev/acpica

John Baldwin jhb at FreeBSD.org
Fri Mar 6 20:53:57 UTC 2015


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.
  *


More information about the svn-src-all mailing list