diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
| commit | dc733423474fd7365890fcf290b2e017d9907635 (patch) | |
| tree | f04733bf778cda0edb2eb1ec13178fd0303eb05a /sys/netinet/tcp_input.c | |
| parent | 2720a2efd612c8a8d4b9bbeaee1491d664de797e (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
| -rw-r--r-- | sys/netinet/tcp_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index e5e8dd48cfe5..8ee87b1d3b70 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95 - * $Id: tcp_input.c,v 1.71 1998/03/20 00:43:29 fenner Exp $ + * $Id: tcp_input.c,v 1.72 1998/04/06 06:52:41 phk Exp $ */ #include "opt_tcpdebug.h" @@ -976,7 +976,7 @@ trimthenstep6: /* * T/TCP mechanism * If T/TCP was negotiated and the segment doesn't have CC, - * or if it's CC is wrong then drop the segment. + * or if its CC is wrong then drop the segment. * RST segments do not have to comply with this. */ if ((tp->t_flags & (TF_REQ_CC|TF_RCVD_CC)) == (TF_REQ_CC|TF_RCVD_CC) && |
