diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-01-30 10:14:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-01-30 10:14:13 +0000 |
| commit | d2b4236a60f1834436c258ef91c50d851eb343c8 (patch) | |
| tree | a5eab1dba316e691a8686e3e3bf82ea194f533d8 | |
| parent | d02b52e7b559b54c6beff960cec18b3e3627cdd0 (diff) | |
Notes
| -rw-r--r-- | sys/kern/tty_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
