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.