net: fix typo in skbuff.c
authorWenhua Shi <march511@gmail.com>
Sat, 14 Oct 2017 16:51:36 +0000 (18:51 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Oct 2017 01:23:43 +0000 (18:23 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c

index 16982de..e62476b 100644 (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.