diff mbox

[net-next] tcp:typo unset should be unsent

Message ID 22f92b3d9538257ffcc47ff9d16d9b146b85d891.1371560363.git.wpan@redhat.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Weiping Pan June 18, 2013, 1 p.m. UTC
Signed-off-by: Weiping Pan <wpan@redhat.com>
---
 net/ipv4/tcp_output.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

David Miller June 20, 2013, 5:21 a.m. UTC | #1
From: Weiping Pan <wpan@redhat.com>
Date: Tue, 18 Jun 2013 21:00:31 +0800

> Signed-off-by: Weiping Pan <wpan@redhat.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c
index 3dd46ea..e2c1333 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.
 	 */