summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-03-31 01:57:06 +0000
committerbrian <brian@FreeBSD.org>2002-03-31 01:57:06 +0000
commit5e89c7151fda80668414be4d13aa88d973cda61b (patch)
tree031b23c799f0b77fd61fe680aefa1f3944ef8079 /usr.sbin
parentab4711b90a22b0d3699c7c872ab6cd9236c9f7c8 (diff)
downloadFreeBSD-src-5e89c7151fda80668414be4d13aa88d973cda61b.zip
FreeBSD-src-5e89c7151fda80668414be4d13aa88d973cda61b.tar.gz
Fix a typo
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/vjcomp.c2
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)
OpenPOWER on IntegriCloud