summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-08-04 19:45:15 +0000
committerjhb <jhb@FreeBSD.org>2008-08-04 19:45:15 +0000
commit23d4d77b06dff468253bc52d1a1d9a6447bd1e68 (patch)
tree82b6c5922632f65c61800b5ff26837687fe87566 /sys/dev/acpica
parent82bee699d17057265199df7a5bc137655bdfae9e (diff)
downloadFreeBSD-src-23d4d77b06dff468253bc52d1a1d9a6447bd1e68.zip
FreeBSD-src-23d4d77b06dff468253bc52d1a1d9a6447bd1e68.tar.gz
Fix a typo.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index d9a26cc..f3e6f16 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -251,7 +251,7 @@ SYSCTL_INT(_debug_acpi, OID_AUTO, suspend_bounce, CTLFLAG_RW,
/*
* ACPI can only be loaded as a module by the loader; activating it after
* system bootstrap time is not useful, and can be fatal to the system.
- * It also cannot be unloaded, since the entire system bus heirarchy hangs
+ * It also cannot be unloaded, since the entire system bus hierarchy hangs
* off it.
*/
static int
OpenPOWER on IntegriCloud