diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:29:22 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:46:19 +0200 |
commit | 07b12758beabef282939525b8c065aea06968dd0 (patch) | |
tree | 66f726d008e743be746778a8802232d103921b65 /pimd/pim_igmpv3.c | |
parent | bgpd: Fix spelliing of serach (diff) | |
download | frr-07b12758beabef282939525b8c065aea06968dd0.tar.xz frr-07b12758beabef282939525b8c065aea06968dd0.zip |
pimd, zebra: Fix spelling of fowarding
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pimd/pim_igmpv3.c')
-rw-r--r-- | pimd/pim_igmpv3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_igmpv3.c b/pimd/pim_igmpv3.c index b6114f9ea..fb9b38533 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) { |