aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan McDonald <imcdnzl@gmail.com>2005-12-21 19:02:39 -0800
committerDavid S. Miller <davem@davemloft.net>2005-12-21 19:02:39 -0800
commit4c7e6895027362889422e5dc437dc3238b6b4745 (patch)
treef26b7e51aa071892839d10b1049de963616d3c5c
parent1d1428045c54ef3d172d480806e2066dde0b4b76 (diff)
[DCCP]: Comment typo
I hope to actually change this behaviour shortly but this will help anybody grepping code at present. Signed-off-by: Ian McDonald <imcdnzl@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/dccp/ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c
index ca03521112c..656e13e38cf 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) {