netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix typo in skbuff.c
@ 2017-10-14 16:51 Wenhua Shi
  2017-10-15  1:24 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Wenhua Shi @ 2017-10-14 16:51 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel

---
 net/core/skbuff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 16982de6..e62476be 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.
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-15  1:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-14 16:51 [PATCH] fix typo in skbuff.c Wenhua Shi
2017-10-15  1:24 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).