skbuff: Grammar s/are can/can/, s/change/changes/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 30 Nov 2017 13:33:56 +0000 (14:33 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Nov 2017 14:15:53 +0000 (09:15 -0500)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h

index bc486ef..a38c80e 100644 (file)
@@ -1406,8 +1406,7 @@ static inline struct sk_buff *skb_get(struct sk_buff *skb)
 }
 
 /*
- * If users == 1, we are the only owner and are can avoid redundant
- * atomic change.
+ * If users == 1, we are the only owner and can avoid redundant atomic changes.
  */
 
 /**