svn commit: r184731 - head/sys/netinet

Bjoern A. Zeeb bz at FreeBSD.org
Thu Nov 6 08:30:21 PST 2008


Author: bz
Date: Thu Nov  6 16:30:20 2008
New Revision: 184731
URL: http://svn.freebsd.org/changeset/base/184731

Log:
  Fix typo and while here another one.
  
  Reviewed by:	keramida
  Reported by:	keramida
  MFC after:	2 months (with r184720)

Modified:
  head/sys/netinet/tcp_input.c

Modified: head/sys/netinet/tcp_input.c
==============================================================================
--- head/sys/netinet/tcp_input.c	Thu Nov  6 16:28:28 2008	(r184730)
+++ head/sys/netinet/tcp_input.c	Thu Nov  6 16:30:20 2008	(r184731)
@@ -1501,7 +1501,7 @@ tcp_do_segment(struct mbuf *m, struct tc
 	 *   only accepting RSTs where the sequence number is equal to
 	 *   last_ack_sent.  In all other states (the states in which a
 	 *   RST is more likely), the more permissive check is used.
-	 * If we have multiple segments in flight, the intial reset
+	 * If we have multiple segments in flight, the initial reset
 	 * segment sequence numbers will be to the left of last_ack_sent,
 	 * but they will eventually catch up.
 	 * In any case, it never made sense to trim reset segments to
@@ -2849,7 +2849,7 @@ tcp_mss_update(struct tcpcb *tp, int off
 	 */
 	if (maxmtu == 0) {
 		/*
-		 * In case we return early we need to intialize metrics
+		 * In case we return early we need to initialize metrics
 		 * to a defined state as tcp_hc_get() would do for us
 		 * if there was no cache hit.
 		 */


More information about the svn-src-all mailing list