mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Fix a typo in a console message.
Submitted by: akiyama MFC after: 3 days
This commit is contained in:
parent
fdc5ecd24f
commit
263de9cd60
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue