Typo: s/fint/find/

This commit is contained in:
Gleb Smirnoff 2006-02-12 17:32:59 +00:00
parent 54381950da
commit 2ce61916c2

View File

@ -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;
}