diff options
author | Weiping Pan <wpan@redhat.com> | 2013-06-18 21:00:31 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-19 22:21:09 -0700 |
commit | 9ef71e0c820987c899e454e2e7ef94bc2d4c8d04 (patch) | |
tree | e929f20c7491967c9ddc4ab0aa626c50c606e9a0 /net/ipv4 | |
parent | b88ec38d139c0aadc5fa48dff2b62e7b874a573d (diff) | |
download | linux-9ef71e0c820987c899e454e2e7ef94bc2d4c8d04.tar.bz2 |
tcp:typo unset should be unsent
Signed-off-by: Weiping Pan <wpan@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/tcp_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index 3dd46eab3b05..e2c1333ee318 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c @@ -185,7 +185,7 @@ static inline void tcp_event_ack_sent(struct sock *sk, unsigned int pkts) u32 tcp_default_init_rwnd(u32 mss) { /* Initial receive window should be twice of TCP_INIT_CWND to - * enable proper sending of new unset data during fast recovery + * enable proper sending of new unsent data during fast recovery * (RFC 3517, Section 4, NextSeg() rule (2)). Further place a * limit when mss is larger than 1460. */ |