aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2006-02-12 17:32:59 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2006-02-12 17:32:59 +0000
commit2ce61916c20b3e6e723858d22bb4250d11fc53e5 (patch)
treebf83f95e9114b8be627f11c1005307868ce375f4 /sys/dev/usb
parent54381950dab5391e61e65e4f82220d4701317b1f (diff)
Notes
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/umct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/umct.c b/sys/dev/usb/umct.c
index c04f4734f856e..b73e1223c4240 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;
}