diff options
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r-- | net/ipv4/tcp_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index 8816a20c2597..aff48d657181 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -133,7 +133,7 @@ static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) | |||
133 | } | 133 | } |
134 | 134 | ||
135 | /* This function calculates a "timeout" which is equivalent to the timeout of a | 135 | /* This function calculates a "timeout" which is equivalent to the timeout of a |
136 | * TCP connection after "boundary" unsucessful, exponentially backed-off | 136 | * TCP connection after "boundary" unsuccessful, exponentially backed-off |
137 | * retransmissions with an initial RTO of TCP_RTO_MIN. | 137 | * retransmissions with an initial RTO of TCP_RTO_MIN. |
138 | */ | 138 | */ |
139 | static bool retransmits_timed_out(struct sock *sk, | 139 | static bool retransmits_timed_out(struct sock *sk, |