summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorWenhua Shi <march511@gmail.com>2017-10-14 18:51:36 +0200
committerDavid S. Miller <davem@davemloft.net>2017-10-14 18:23:43 -0700
commit09001b03f722be96827bf8df5ba4d48b7ec0cc30 (patch)
treeb9b94a8baa6992e94401ec5589d2e9c46175eeb6 /net
parentb9849860675f925da0380f4ea76c3f5041909737 (diff)
net: fix typo in skbuff.c
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-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 16982de649b9..e62476beee95 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -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.