diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2022-04-02 19:08:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-02 19:08:30 -0500 |
| commit | a46dd803b6e23245ceaa0c380c2056ab0c66510f (patch) | |
| tree | 087ed1951a7f4d6735963daf3b4591caab2a644a /pimd/pim_igmp.c | |
| parent | 9a33889d89aef9493949e4fe9d3718fb4efd9b0c (diff) | |
| parent | 94202742fb6525234779c4a01d55b1ca14b28700 (diff) | |
Merge pull request #10954 from donaldsharp/speell
Speell
Diffstat (limited to 'pimd/pim_igmp.c')
| -rw-r--r-- | pimd/pim_igmp.c | 4 |
1 files changed, 2 insertions, 2 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) { |
