[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <d72b7ace0804210223w68bda930g9506f417c41aadc1@mail.gmail.com>
Date: Mon, 21 Apr 2008 18:23:30 +0900
From: "Satoru SATOH" <satoru.satoh@...il.com>
To: netdev@...r.kernel.org
Subject: [PATCH] Trivial fix to correct function name in a comment in net/ipv4/tcp.c
This is a trivial fix to correct function name in a comment in net/ipv4/tcp.c.
Signed-off-by: Satoru SATOH <satoru.satoh@...il.com>
net/ipv4/tcp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 58ac838..f886531 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -1722,7 +1722,7 @@ static int tcp_close_state(struct sock *sk)
/*
* Shutdown the sending side of a connection. Much like close except
- * that we don't receive shut down or set_sock_flag(sk, SOCK_DEAD).
+ * that we don't receive shut down or sock_set_flag(sk, SOCK_DEAD).
*/
void tcp_shutdown(struct sock *sk, int how)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists