diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-09-18 19:32:21 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-09-18 19:32:21 +0000 |
commit | e01cce8d82e59e61904267a929b12affffac47c2 (patch) | |
tree | 2adbd97d6a7f137201861c3361d03ad7a6319aa1 /sys/net | |
parent | c861f9e411378530adfd36b51a3c307aa98062da (diff) |
comment spelling, from jonathon gray
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/ppp_tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c index 398089f5a3d..af96ee6df94 100644 --- a/sys/net/ppp_tty.c +++ b/sys/net/ppp_tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ppp_tty.c,v 1.17 2003/08/15 20:32:19 tedu Exp $ */ +/* $OpenBSD: ppp_tty.c,v 1.18 2003/09/18 19:32:20 tedu Exp $ */ /* $NetBSD: ppp_tty.c,v 1.12 1997/03/24 21:23:10 christos Exp $ */ /* @@ -170,7 +170,7 @@ void ppplogchar(struct ppp_softc *, int); #define CCOUNT(q) ((q)->c_cc) #define PPP_LOWAT 100 /* Process more output when < LOWAT on queue */ -#define PPP_HIWAT 400 /* Don't start a new packet if HIWAT on que */ +#define PPP_HIWAT 400 /* Don't start a new packet if HIWAT on queue */ /* * Line specific open routine for async tty devices. |