login
Header Space

 
 

[PATCH] Trivial fix to correct function name in a comment in net/ipv4/tcp.c

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <netdev@...>
Date: Monday, April 21, 2008 - 5:23 am

This is a trivial fix to correct function name in a comment in net/ipv4/tcp.c.


Signed-off-by: Satoru SATOH <satoru.satoh@gmail.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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Trivial fix to correct function name in a comment in..., Satoru SATOH, (Mon Apr 21, 5:23 am)
speck-geostationary