aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ipmr.c
diff options
context:
space:
mode:
authorGravatar Zheng Yongjun <zhengyongjun3@huawei.com> 2021-06-07 23:01:09 +0800
committerGravatar David S. Miller <davem@davemloft.net> 2021-06-07 14:08:30 -0700
commit974d8f86cd60d85f107f86182fb071cea0345387 (patch)
tree97941324a3f94e86459e4ddb96609583a94d10f4 /net/ipv4/ipmr.c
parentnetlabel: Fix spelling mistakes (diff)
downloadlinux-974d8f86cd60d85f107f86182fb071cea0345387.tar.gz
linux-974d8f86cd60d85f107f86182fb071cea0345387.tar.bz2
linux-974d8f86cd60d85f107f86182fb071cea0345387.zip
ipv4: Fix spelling mistakes
Fix some spelling mistakes in comments: Dont ==> Don't timout ==> timeout incomming ==> incoming necesarry ==> necessary substract ==> subtract Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ipmr.c')
-rw-r--r--net/ipv4/ipmr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c
index 12b564b1ecb4..7b12a40dd465 100644
--- a/net/ipv4/ipmr.c
+++ b/net/ipv4/ipmr.c
@@ -1317,7 +1317,7 @@ static void mroute_clean_tables(struct mr_table *mrt, int flags)
}
/* called from ip_ra_control(), before an RCU grace period,
- * we dont need to call synchronize_rcu() here
+ * we don't need to call synchronize_rcu() here
*/
static void mrtsock_destruct(struct sock *sk)
{
@@ -1938,7 +1938,7 @@ static void ip_mr_forward(struct net *net, struct mr_table *mrt,
if (c->mfc_origin == htonl(INADDR_ANY) && true_vifi >= 0) {
struct mfc_cache *cache_proxy;
- /* For an (*,G) entry, we only check that the incomming
+ /* For an (*,G) entry, we only check that the incoming
* interface is part of the static tree.
*/
cache_proxy = mr_mfc_find_any_parent(mrt, vif);