diff --git a/sys/dev/usb/umct.c b/sys/dev/usb/umct.c index c04f4734f856..b73e1223c424 100644 --- a/sys/dev/usb/umct.c +++ b/sys/dev/usb/umct.c @@ -255,7 +255,7 @@ USB_ATTACH(umct) } if (sc->sc_intr_number == -1) { - printf("%s: Could not fint interrupt in\n", devname); + printf("%s: Could not find interrupt in\n", devname); ucom->sc_dying = 1; goto error; }