diff options
| author | Kris Katterjohn <[email protected]> | 2008-02-18 06:29:19 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2008-02-18 06:29:19 +0000 |
| commit | 9bf1d83e7ee653862ef740435a7f41e8fd6452a9 (patch) | |
| tree | 9d162efebcdab398405b96808b0d7b83e6d619f4 /net/ipv4/tcp_ipv4.c | |
| parent | [IPV4]: fix alignment of IP-Config output (diff) | |
| download | kernel-9bf1d83e7ee653862ef740435a7f41e8fd6452a9.tar.gz kernel-9bf1d83e7ee653862ef740435a7f41e8fd6452a9.zip | |
[TCP]: Fix tcp_v4_send_synack() comment
Signed-off-by: Kris Katterjohn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
| -rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 63414ea427c5..00156bf421ca 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -719,7 +719,7 @@ static void tcp_v4_reqsk_send_ack(struct sk_buff *skb, } /* - * 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. */ |
