diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index f76211baab65..6e939c0ed77b 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -739,7 +739,7 @@ devremoved(device_t dev) * 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. + * decline to accept this device. Other errors may not be detected. */ static void devnomatch(device_t dev)