aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-05-20 17:19:30 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-05-20 17:19:30 +0000
commit4ab9c8af927629d232120e67a0e73e5f70cbf1b9 (patch)
treecde4b4a0fdee07b3bc755945c3426d57458ee30a
parent6f6932dc0b85572e3bbe2558e96d7be4e6c41e52 (diff)
downloadsrc-4ab9c8af927629d232120e67a0e73e5f70cbf1b9.tar.gz
src-4ab9c8af927629d232120e67a0e73e5f70cbf1b9.zip
Fix a typo.
Notes
Notes: svn path=/head/; revision=192449
-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 90d800f4e6d4..39ec6d4e7bf0 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.