浏览代码

net: fix typo in skbuff.c

Signed-off-by: David S. Miller <davem@davemloft.net>
Wenhua Shi 8 年之前
父节点
当前提交
09001b03f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/core/skbuff.c

+ 1 - 1
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.