Commit 09001b03 authored by Wenhua Shi's avatar Wenhua Shi Committed by David S. Miller

net: fix typo in skbuff.c

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b9849860
......@@ -1896,7 +1896,7 @@ void *__pskb_pull_tail(struct sk_buff *skb, int delta)
}
/* If we need update frag list, we are in troubles.
* Certainly, it possible to add an offset to skb data,
* Certainly, it is possible to add an offset to skb data,
* but taking into account that pulling is expected to
* be very rare operation, it is worth to fight against
* further bloating skb head and crucify ourselves here instead.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment