From 034e3b0875600db928d3ade0e295d8ad16f2bf56 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 30 Jan 2000 10:14:13 +0000 Subject: [PATCH] Don't refer to TABLDISC in the comments here. Submitted by: bde Approved by: jkh --- sys/kern/tty_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c index 1d41f29d6a2f..a8a65ff047cd 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 */