diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-11-17 13:33:55 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-11-17 13:33:55 +0000 |
| commit | 263de9cd602463958ba7ec4e19476249a65ce235 (patch) | |
| tree | d6c2264c166f2c7c3d3cbc361ad55fc4fcc3d61a /sys/dev | |
| parent | fdc5ecd24fcc4af0ebd5708eab59e737e0d643c2 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/ucom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c index 49bb643bfa9b7..bb9f6e0f786d4 100644 --- a/sys/dev/usb/ucom.c +++ b/sys/dev/usb/ucom.c @@ -217,7 +217,7 @@ ucom_detach(struct ucom_softc *sc) if (tp != NULL) { if (tp->t_state & TS_ISOPEN) { device_printf(sc->sc_dev, - "still open, focing close\n"); + "still open, forcing close\n"); (*linesw[tp->t_line].l_close)(tp, 0); tp->t_gen++; ttyclose(tp); |
