diff --git a/usr.sbin/ppp/vjcomp.c b/usr.sbin/ppp/vjcomp.c index e583f4898bea..3901335475b0 100644 --- a/usr.sbin/ppp/vjcomp.c +++ b/usr.sbin/ppp/vjcomp.c @@ -139,7 +139,7 @@ VjUncompressTcp(struct ipcp *ipcp, struct mbuf *bp, u_char type) /* * Handle compressed packet. 1) Read upto MAX_VJHEADER bytes into work - * space. 2) Try to uncompress it. 3) Compute amount of necesary space. 4) + * space. 2) Try to uncompress it. 3) Compute amount of necessary space. 4) * Copy unread data info there. */ if (len > MAX_VJHEADER)