summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-02-12 17:32:59 +0000
committerglebius <glebius@FreeBSD.org>2006-02-12 17:32:59 +0000
commitd47092b07f2dfe2f33117df393815a6d6dc4e0c9 (patch)
treebf83f95e9114b8be627f11c1005307868ce375f4 /sys/dev
parentae761b8399864c7aed68c471376ef8f122185991 (diff)
downloadFreeBSD-src-d47092b07f2dfe2f33117df393815a6d6dc4e0c9.zip
FreeBSD-src-d47092b07f2dfe2f33117df393815a6d6dc4e0c9.tar.gz
Typo: s/fint/find/
Diffstat (limited to 'sys/dev')
-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 c04f473..b73e122 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;
}
OpenPOWER on IntegriCloud