svn commit: r216621 - head/sys/netinet

John Baldwin jhb at FreeBSD.org
Tue Dec 21 19:30:24 UTC 2010


Author: jhb
Date: Tue Dec 21 19:30:24 2010
New Revision: 216621
URL: http://svn.freebsd.org/changeset/base/216621

Log:
  Fix a typo in a comment.
  
  MFC after:	1 week

Modified:
  head/sys/netinet/tcp_timer.c

Modified: head/sys/netinet/tcp_timer.c
==============================================================================
--- head/sys/netinet/tcp_timer.c	Tue Dec 21 18:23:03 2010	(r216620)
+++ head/sys/netinet/tcp_timer.c	Tue Dec 21 19:30:24 2010	(r216621)
@@ -533,7 +533,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-head mailing list