net: fix typo in skbuff.c

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Wenhua Shi 2017-10-14 18:51:36 +02:00 committed by David S. Miller
parent b984986067
commit 09001b03f7

View file

@ -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.