diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-11-30 08:33:56 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-30 09:15:53 -0500 |
commit | f8821f96ae97260d68228fe53f81848b2ede44d7 (patch) | |
tree | ec92d3cb9b86767221351f0881e859700f17b35f /include/linux/skbuff.h | |
parent | a154f8e399a063137fc42b961f437248d55ece29 (diff) |
skbuff: Grammar s/are can/can/, s/change/changes/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index bc486ef23f20..a38c80e9f91e 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -1406,8 +1406,7 @@ static inline struct sk_buff *skb_get(struct sk_buff *skb) | |||
1406 | } | 1406 | } |
1407 | 1407 | ||
1408 | /* | 1408 | /* |
1409 | * If users == 1, we are the only owner and are can avoid redundant | 1409 | * If users == 1, we are the only owner and can avoid redundant atomic changes. |
1410 | * atomic change. | ||
1411 | */ | 1410 | */ |
1412 | 1411 | ||
1413 | /** | 1412 | /** |