summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-12-21 19:30:24 +0000
committerjhb <jhb@FreeBSD.org>2010-12-21 19:30:24 +0000
commitda7284d25303e2c3a5c54e86ebdd14fd514eb5f9 (patch)
tree57fb23a3c097afff452ce870870da7158d670b3d
parent9e845cb332b444d14b9a83e4024b740496eaae9b (diff)
downloadFreeBSD-src-da7284d25303e2c3a5c54e86ebdd14fd514eb5f9.zip
FreeBSD-src-da7284d25303e2c3a5c54e86ebdd14fd514eb5f9.tar.gz
Fix a typo in a comment.
MFC after: 1 week
-rw-r--r--sys/netinet/tcp_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index 40ee4d2..c5838d3 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -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
OpenPOWER on IntegriCloud