diff options
Diffstat (limited to 'sys/net/slcompress.h')
-rw-r--r-- | sys/net/slcompress.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h index 53dd58cab8d..5e5d0564111 100644 --- a/sys/net/slcompress.h +++ b/sys/net/slcompress.h @@ -1,4 +1,4 @@ -/* $OpenBSD: slcompress.h,v 1.5 2002/03/14 01:27:10 millert Exp $ */ +/* $OpenBSD: slcompress.h,v 1.6 2002/06/14 21:35:00 todd Exp $ */ /* $NetBSD: slcompress.h,v 1.11 1997/05/17 21:12:11 christos Exp $ */ /* @@ -64,7 +64,7 @@ * * There are 5 numbers which can change (they are always inserted * in the following order): TCP urgent pointer, window, - * acknowlegement, sequence number and IP ID. (The urgent pointer + * acknowledgement, sequence number and IP ID. (The urgent pointer * is different from the others in that its value is sent, not the * change in value.) Since typical use of SLIP links is biased * toward small packets (see comments on MTU/MSS below), changes |