dect
/
linux-2.6
Archived
13
0
Fork 0

[TCP]: Fix tcp_v4_send_synack() comment

Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Kris Katterjohn 2008-02-17 22:29:19 -08:00 committed by David S. Miller
parent 9c00409a2a
commit 9bf1d83e7e
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/