diff options
Diffstat (limited to 'usr.sbin/ppp/vjcomp.c')
-rw-r--r-- | usr.sbin/ppp/vjcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/vjcomp.c b/usr.sbin/ppp/vjcomp.c index f3c6b71..97166af 100644 --- a/usr.sbin/ppp/vjcomp.c +++ b/usr.sbin/ppp/vjcomp.c @@ -137,7 +137,7 @@ VjUncompressTcp(struct ipcp *ipcp, struct mbuf *bp, u_char type) } /* - * Handle compressed packet. 1) Read upto MAX_VJHEADER bytes into work + * Handle compressed packet. 1) Read up to MAX_VJHEADER bytes into work * space. 2) Try to uncompress it. 3) Compute amount of necessary space. 4) * Copy unread data info there. */ |