diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:29:22 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:46:19 -0400 | 
| commit | 07b12758beabef282939525b8c065aea06968dd0 (patch) | |
| tree | 66f726d008e743be746778a8802232d103921b65 /pimd/pim_igmpv3.c | |
| parent | d534b16ae796ae9b1b1ad522cf78317fec8e29a0 (diff) | |
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 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)  {  | 
