diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-02-12 17:32:59 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-02-12 17:32:59 +0000 |
| commit | 2ce61916c20b3e6e723858d22bb4250d11fc53e5 (patch) | |
| tree | bf83f95e9114b8be627f11c1005307868ce375f4 /sys/dev/usb | |
| parent | 54381950dab5391e61e65e4f82220d4701317b1f (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/umct.c | 2 |
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; } |
