diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2010-12-21 19:30:24 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2010-12-21 19:30:24 +0000 |
| commit | b5224580a4d935a287862cebe22a6c76f5acc5f1 (patch) | |
| tree | 57fb23a3c097afff452ce870870da7158d670b3d /sys/netinet/tcp_timer.c | |
| parent | 4b7c68442002e1bb80e1b372a34197fcaaa22b13 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_timer.c')
| -rw-r--r-- | sys/netinet/tcp_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 40ee4d25f484..c5838d333a85 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 |
