aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-11-17 13:33:55 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-11-17 13:33:55 +0000
commit263de9cd602463958ba7ec4e19476249a65ce235 (patch)
treed6c2264c166f2c7c3d3cbc361ad55fc4fcc3d61a /sys
parentfdc5ecd24fcc4af0ebd5708eab59e737e0d643c2 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ucom.c2
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);