summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_conf.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-30 10:14:13 +0000
committerpeter <peter@FreeBSD.org>2000-01-30 10:14:13 +0000
commit034e3b0875600db928d3ade0e295d8ad16f2bf56 (patch)
tree4228f077c27c5dda5cf9a7aea980dfcdd750c620 /sys/kern/tty_conf.c
parentc0ba1d663e0dbcbc9c3df48b6474594255f27425 (diff)
downloadFreeBSD-src-034e3b0875600db928d3ade0e295d8ad16f2bf56.zip
FreeBSD-src-034e3b0875600db928d3ade0e295d8ad16f2bf56.tar.gz
Don't refer to TABLDISC in the comments here.
Submitted by: bde Approved by: jkh
Diffstat (limited to 'sys/kern/tty_conf.c')
-rw-r--r--sys/kern/tty_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c
index 1d41f29..a8a65ff 100644
--- a/sys/kern/tty_conf.c
+++ b/sys/kern/tty_conf.c
@@ -79,7 +79,7 @@ struct linesw linesw[MAXLDISC] =
#else
NODISC(2),
#endif
- NODISC(3), /* TABLDISC */
+ NODISC(3), /* loadable */
NODISC(4), /* SLIPDISC */
NODISC(5), /* PPPDISC */
NODISC(6), /* NETGRAPHDISC */
OpenPOWER on IntegriCloud