diff options
Diffstat (limited to 'sys/kern/tty.c')
| -rw-r--r-- | sys/kern/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 6ef0b3243b0..a926a65caac 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -131,7 +131,7 @@ const char ttyout[] = "ttyout"; #define CONNECTED(tp) (ISSET(tp->t_state, TS_CARR_ON) || \ ISSET(tp->t_cflag, CLOCAL | MDMBUF)) #else -/* Circumvent Bochs' interesting com* implementation */ +/* Circumvent Bochs' interesting com* implementation that basically has CD stubbed out */ #define CONNECTED(tp) true #endif |
