svn commit: r217906 - stable/7/sys/netinet

John Baldwin jhb at FreeBSD.org
Wed Jan 26 20:29:29 UTC 2011


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


More information about the svn-src-all mailing list