[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1375774371-831-1-git-send-email-sakiwit@gmail.com>
Date: Tue, 6 Aug 2013 01:32:49 -0600
From: Jean Sacren <sakiwit@...il.com>
To: netdev@...r.kernel.org
Subject: [PATCH net-next 1/3] sock: fix a typo in the comment
Correct 'transfert' to 'transfer' to better deliver the original
author's message.
Signed-off-by: Jean Sacren <sakiwit@...il.com>
---
net/core/sock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/core/sock.c b/net/core/sock.c
index 83667de..811de47 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -1579,7 +1579,7 @@ EXPORT_SYMBOL(sock_wfree);
void skb_orphan_partial(struct sk_buff *skb)
{
/* TCP stack sets skb->ooo_okay based on sk_wmem_alloc,
- * so we do not completely orphan skb, but transfert all
+ * so we do not completely orphan skb, but transfer all
* accounted bytes but one, to avoid unexpected reorders.
*/
if (skb->destructor == sock_wfree
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists