File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1309,7 +1309,7 @@ struct sk_buff_fclones {
1309
1309
*
1310
1310
* Returns true if skb is a fast clone, and its clone is not freed.
1311
1311
* Some drivers call skb_orphan() in their ndo_start_xmit(),
1312
- * so we also check that this didnt happen.
1312
+ * so we also check that didn't happen.
1313
1313
*/
1314
1314
static inline bool skb_fclone_busy (const struct sock * sk ,
1315
1315
const struct sk_buff * skb )
@@ -2016,7 +2016,7 @@ static inline struct sk_buff *skb_share_check(struct sk_buff *skb, gfp_t pri)
2016
2016
* Copy shared buffers into a new sk_buff. We effectively do COW on
2017
2017
* packets to handle cases where we have a local reader and forward
2018
2018
* and a couple of other messy ones. The normal one is tcpdumping
2019
- * a packet thats being forwarded.
2019
+ * a packet that's being forwarded.
2020
2020
*/
2021
2021
2022
2022
/**
You can’t perform that action at this time.
0 commit comments