Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2011 20:29:28 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r217906 - stable/7/sys/netinet
Message-ID:  <201101262029.p0QKTSQl089119@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Wed Jan 26 20:29:28 2011
New Revision: 217906
URL: http://svn.freebsd.org/changeset/base/217906

Log:
  MFC 216621: Fix a typo in a comment.

Modified:
  stable/7/sys/netinet/tcp_timer.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/netinet/tcp_timer.c
==============================================================================
--- stable/7/sys/netinet/tcp_timer.c	Wed Jan 26 20:29:11 2011	(r217905)
+++ stable/7/sys/netinet/tcp_timer.c	Wed Jan 26 20:29:28 2011	(r217906)
@@ -485,7 +485,7 @@ tcp_timer_rexmt(void * xtp)
 	TCPT_RANGESET(tp->t_rxtcur, rexmt,
 		      tp->t_rttmin, TCPTV_REXMTMAX);
 	/*
-	 * Disable rfc1323 if we havn't got any response to
+	 * Disable rfc1323 if we haven't got any response to
 	 * our third SYN to work-around some broken terminal servers
 	 * (most of which have hopefully been retired) that have bad VJ
 	 * header compression code which trashes TCP segments containing



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101262029.p0QKTSQl089119>