Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2015 20:53:57 +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: r279703 - head/sys/dev/acpica
Message-ID:  <201503062053.t26Krv24073707@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503062053.t26Krv24073707>