diff options
author | jhb <jhb@FreeBSD.org> | 2015-03-06 20:53:56 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-03-06 20:53:56 +0000 |
commit | 7d16cdc7ad28b2d7bd1ed1af632f9d6287dbd2bf (patch) | |
tree | d04762a5b22742490a2e6d35641484ff2a78557a | |
parent | 0fd8b4a005158f2d9d6204434c10b70018b4ffc0 (diff) | |
download | FreeBSD-src-7d16cdc7ad28b2d7bd1ed1af632f9d6287dbd2bf.zip FreeBSD-src-7d16cdc7ad28b2d7bd1ed1af632f9d6287dbd2bf.tar.gz |
Fix a typo.
-rw-r--r-- | sys/dev/acpica/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index bf2cc54..b331fb8 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -1071,7 +1071,7 @@ acpi_hint_device_unit(device_t acdev, device_t child, const char *name, } /* - * 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. * |