From 07b12758beabef282939525b8c065aea06968dd0 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sat, 2 Apr 2022 07:29:22 -0400 Subject: [PATCH] pimd, zebra: Fix spelling of fowarding Signed-off-by: Donald Sharp --- pimd/pim_igmp.c | 4 ++-- pimd/pim_igmpv3.c | 4 ++-- pimd/pim_upstream.c | 2 +- zebra/zebra_evpn_mac.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pimd/pim_igmp.c b/pimd/pim_igmp.c index 68a8d993ec..13c51b9372 100644 --- a/pimd/pim_igmp.c +++ b/pimd/pim_igmp.c @@ -206,8 +206,8 @@ void igmp_source_forward_start(struct pim_instance *pim, } /* - igmp_source_forward_stop: stop fowarding, but keep the source - igmp_source_delete: stop fowarding, and delete the source + igmp_source_forward_stop: stop forwarding, but keep the source + igmp_source_delete: stop forwarding, and delete the source */ void igmp_source_forward_stop(struct gm_source *source) { diff --git a/pimd/pim_igmpv3.c b/pimd/pim_igmpv3.c index b6114f9ead..fb9b385338 100644 --- a/pimd/pim_igmpv3.c +++ b/pimd/pim_igmpv3.c @@ -340,8 +340,8 @@ static void source_channel_oil_detach(struct gm_source *source) } /* - igmp_source_delete: stop fowarding, and delete the source - igmp_source_forward_stop: stop fowarding, but keep the source + igmp_source_delete: stop forwarding, and delete the source + igmp_source_forward_stop: stop forwarding, but keep the source */ void igmp_source_delete(struct gm_source *source) { diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c index 571117ac0a..af1254f791 100644 --- a/pimd/pim_upstream.c +++ b/pimd/pim_upstream.c @@ -647,7 +647,7 @@ void pim_upstream_register_reevaluate(struct pim_instance *pim) * 2. and along the RPT if SPTbit is not set * If forwarding is hw accelerated i.e. control and dataplane components * are separate you may not be able to reliably set SPT bit on intermediate - * routers while still fowarding on the (S,G,rpt). + * routers while still forwarding on the (S,G,rpt). * * This macro is a slight deviation on the RFC and uses "traffic-agnostic" * criteria to decide between using the RPT vs. SPT for forwarding. diff --git a/zebra/zebra_evpn_mac.c b/zebra/zebra_evpn_mac.c index 46d789bc34..128d233969 100644 --- a/zebra/zebra_evpn_mac.c +++ b/zebra/zebra_evpn_mac.c @@ -1872,7 +1872,7 @@ struct zebra_mac *zebra_evpn_proc_sync_mac_update( return mac; } -/* update local fowarding info. return true if a dest-ES change +/* update local forwarding info. return true if a dest-ES change * is detected */ static bool zebra_evpn_local_mac_update_fwd_info(struct zebra_mac *mac, -- 2.39.5