diff options
author | brian <brian@FreeBSD.org> | 2002-03-31 01:57:06 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-03-31 01:57:06 +0000 |
commit | 5e89c7151fda80668414be4d13aa88d973cda61b (patch) | |
tree | 031b23c799f0b77fd61fe680aefa1f3944ef8079 /usr.sbin | |
parent | ab4711b90a22b0d3699c7c872ab6cd9236c9f7c8 (diff) | |
download | FreeBSD-src-5e89c7151fda80668414be4d13aa88d973cda61b.zip FreeBSD-src-5e89c7151fda80668414be4d13aa88d973cda61b.tar.gz |
Fix a typo
Diffstat (limited to 'usr.sbin')
-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 e583f48..3901335 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) |