summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_mroute.c4
-rw-r--r--sys/netinet/tcp_input.c4
-rw-r--r--sys/netinet/tcp_reass.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c
index 6140dfb..c4e56aa 100644
--- a/sys/netinet/ip_mroute.c
+++ b/sys/netinet/ip_mroute.c
@@ -9,7 +9,7 @@
* Modified by Bill Fenner, PARC, April 1995
*
* MROUTING Revision: 3.5
- * $Id: ip_mroute.c,v 1.44 1998/02/06 12:13:52 eivind Exp $
+ * $Id: ip_mroute.c,v 1.45 1998/02/09 06:10:17 eivind Exp $
*/
#include "opt_mrouting.h"
@@ -1567,7 +1567,7 @@ encap_send(ip, vifp, m)
register int i, len = ip->ip_len;
/*
- * copy the old packet & pullup it's IP header into the
+ * copy the old packet & pullup its IP header into the
* new mbuf so we can modify it. Try to fill the new
* mbuf since if we don't the ethernet driver will.
*/
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index e5e8dd4..8ee87b1 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) &&
diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c
index e5e8dd4..8ee87b1 100644
--- a/sys/netinet/tcp_reass.c
+++ b/sys/netinet/tcp_reass.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) &&
OpenPOWER on IntegriCloud