Skip to content

Commit

Permalink
tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.c
Browse files Browse the repository at this point in the history
This is a trivial fix to correct function name in a comment in
net/ipv4/tcp.c.

Signed-off-by: Satoru SATOH <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
ssato authored and davem330 committed Apr 21, 2008
1 parent 9d29672 commit 1f29b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1f29b05

Please sign in to comment.