Fix a typo

This commit is contained in:
Brian Somers 2002-03-31 01:57:06 +00:00
parent 97486b090f
commit c007b10217
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93465

View File

@ -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)