]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[DCCP]: Comment typo
authorIan McDonald <imcdnzl@gmail.com>
Thu, 22 Dec 2005 03:02:39 +0000 (19:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Dec 2005 03:02:39 +0000 (19:02 -0800)
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>
net/dccp/ipv4.c

index ca03521112c52bfa4e279b351aee54c980105e71..656e13e38cfb69622e02df1d54aadd08e334bdfc 100644 (file)
@@ -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) {