commit | 9bf1d83e7ee653862ef740435a7f41e8fd6452a9 | [log] [tgz] |
---|---|---|
author | Kris Katterjohn <katterjohn@gmail.com> | Sun Feb 17 22:29:19 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 17 22:29:19 2008 -0800 |
tree | 9d162efebcdab398405b96808b0d7b83e6d619f4 | |
parent | 9c00409a2a677511506126634fbfd9f217989e57 [diff] |
[TCP]: Fix tcp_v4_send_synack() comment Signed-off-by: Kris Katterjohn <katterjohn@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 63414ea42..00156bf 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c
@@ -719,7 +719,7 @@ } /* - * Send a SYN-ACK after having received an ACK. + * Send a SYN-ACK after having received a SYN. * This still operates on a request_sock only, not on a big * socket. */