aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r--net/core/skbuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 6ef7008a3ef..e4259215607 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -279,7 +279,7 @@ struct sk_buff *dev_alloc_skb(unsigned int length)
{
/*
* There is more code here than it seems:
- * __def_alloc_skb is an inline
+ * __dev_alloc_skb is an inline
*/
return __dev_alloc_skb(length, GFP_ATOMIC);
}