aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2014-10-29 19:05:06 -0400
committerDavid S. Miller <davem@davemloft.net>2014-10-30 16:14:43 -0400
commitf4e715c3254e3c0167b5d4272901a2b248b65ad2 (patch)
treec9bfc9186f7b3df3cfb7767b641a170cdcf11857 /net/ipv4/tcp_input.c
parent4c87454a475280aa140913a0bce48db43a52b2fc (diff)
ipv4: minor spelling fixes
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r--net/ipv4/tcp_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index 9a18cdd633f3..df8b3c12a173 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -5866,7 +5866,7 @@ static inline void pr_drop_req(struct request_sock *req, __u16 port, int family)
5866 * If we receive a SYN packet with these bits set, it means a 5866 * If we receive a SYN packet with these bits set, it means a
5867 * network is playing bad games with TOS bits. In order to 5867 * network is playing bad games with TOS bits. In order to
5868 * avoid possible false congestion notifications, we disable 5868 * avoid possible false congestion notifications, we disable
5869 * TCP ECN negociation. 5869 * TCP ECN negotiation.
5870 * 5870 *
5871 * Exception: tcp_ca wants ECN. This is required for DCTCP 5871 * Exception: tcp_ca wants ECN. This is required for DCTCP
5872 * congestion control; it requires setting ECT on all packets, 5872 * congestion control; it requires setting ECT on all packets,