summaryrefslogtreecommitdiff
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index d3e09eb5c03..fea54a23708 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -134,7 +134,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