DCCP protocol discussions
 help / color / mirror / Atom feed
* [PATCH] DCCP: Typo
@ 2005-12-20 23:07 Ian McDonald
  2005-12-22  3:02 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Ian McDonald @ 2005-12-20 23:07 UTC (permalink / raw)
  To: dccp

Please apply to net-2.6 for 2.6.15 tree.

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>
---
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c
index ca03521..656e13e 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -1251,7 +1251,7 @@ static int dccp_v4_destroy_sock(struct s
 	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) {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-22  3:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-20 23:07 [PATCH] DCCP: Typo Ian McDonald
2005-12-22  3:02 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox