[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>

authored by Ian McDonald and committed by David S. Miller 4c7e6895 1d142804

+1 -1
+1 -1
net/dccp/ipv4.c
··· 1251 1251 struct dccp_sock *dp = dccp_sk(sk); 1252 1252 1253 1253 /* 1254 - * DCCP doesn't use sk_qrite_queue, just sk_send_head 1254 + * DCCP doesn't use sk_write_queue, just sk_send_head 1255 1255 * for retransmissions 1256 1256 */ 1257 1257 if (sk->sk_send_head != NULL) {