summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_bus.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-05-20 17:19:30 +0000
committerjhb <jhb@FreeBSD.org>2009-05-20 17:19:30 +0000
commit033485e00c6bc9bfdac65bf91b70df092b730e27 (patch)
treecde4b4a0fdee07b3bc755945c3426d57458ee30a /sys/kern/subr_bus.c
parent99d09af7099a47b43c6f3a73270ca13bf5221013 (diff)
downloadFreeBSD-src-033485e00c6bc9bfdac65bf91b70df092b730e27.zip
FreeBSD-src-033485e00c6bc9bfdac65bf91b70df092b730e27.tar.gz
Fix a typo.
Diffstat (limited to 'sys/kern/subr_bus.c')
-rw-r--r--sys/kern/subr_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c
index 90d800f..39ec6d4 100644
--- a/sys/kern/subr_bus.c
+++ b/sys/kern/subr_bus.c
@@ -712,7 +712,7 @@ fail:
/*
* Called when there's no match for this device. This is only called
- * the first time that no match happens, so we don't keep getitng this
+ * the first time that no match happens, so we don't keep getting this
* message. Should that prove to be undesirable, we can change it.
* This is called when all drivers that can attach to a given bus
* decline to accept this device. Other errrors may not be detected.
OpenPOWER on IntegriCloud