Fix a typo in a console message.

Submitted by:	akiyama
MFC after:	3 days
This commit is contained in:
Josef Karthauser 2002-11-17 13:33:55 +00:00
parent fdc5ecd24f
commit 263de9cd60

View file

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