Skip to content

Commit

Permalink
[TCP]: Fix tcp_v4_send_synack() comment
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Kris Katterjohn authored and David S. Miller committed Feb 18, 2008
1 parent 9c00409 commit 9bf1d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/tcp_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 9bf1d83

Please sign in to comment.