net: Fix typo in skb_fclone_busy
authorMasanari Iida <standby24x7@gmail.com>
Sun, 13 Dec 2015 07:53:02 +0000 (16:53 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Dec 2015 21:27:00 +0000 (16:27 -0500)
This patch fix a typo found within comment of skb_fclone_busy.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h

index 9b9b9ead7bb3e5da5791d704465518ff29eeb9b2..af4f6ac025b6b360be51363d4e0fc3652b76040f 100644 (file)
@@ -833,7 +833,7 @@ struct sk_buff_fclones {
  *     skb_fclone_busy - check if fclone is busy
  *     @skb: buffer
  *
- * Returns true is skb is a fast clone, and its clone is not freed.
+ * Returns true if skb is a fast clone, and its clone is not freed.
  * Some drivers call skb_orphan() in their ndo_start_xmit(),
  * so we also check that this didnt happen.
  */
This page took 0.029572 seconds and 5 git commands to generate.