diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2006-01-03 16:59:55 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-03 16:59:55 +0100 |
commit | 02f693c7118f6be9e677070eb630c1f3a654cdd3 (patch) | |
tree | b5493c816a1f76a01319a84955c5ba07d47517c3 /net/dccp | |
parent | Merge branch 'upstream' (diff) | |
parent | Merge branch 'master' (diff) | |
download | linux-02f693c7118f6be9e677070eb630c1f3a654cdd3.tar.xz linux-02f693c7118f6be9e677070eb630c1f3a654cdd3.zip |
Merge branch 'upstream'
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index ca03521112c5..656e13e38cfb 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c @@ -1251,7 +1251,7 @@ static int dccp_v4_destroy_sock(struct sock *sk) struct dccp_sock *dp = dccp_sk(sk); /* - * DCCP doesn't use sk_qrite_queue, just sk_send_head + * DCCP doesn't use sk_write_queue, just sk_send_head * for retransmissions */ if (sk->sk_send_head != NULL) { |