From: Kris Katterjohn Date: Mon, 18 Feb 2008 06:29:19 +0000 (-0800) Subject: [TCP]: Fix tcp_v4_send_synack() comment X-Git-Tag: v2.6.25-rc3~9^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bf1d83e7ee653862ef740435a7f41e8fd6452a9;p=platform%2Fkernel%2Flinux-3.10.git [TCP]: Fix tcp_v4_send_synack() comment Signed-off-by: Kris Katterjohn Signed-off-by: David S. Miller --- 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 @@ 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. */