diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-05 13:37:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 13:37:31 +0200 |
commit | 8fea65d14990a1ca5884acdcab3eb73af020ba39 (patch) | |
tree | 039afb517318095dc17292834304279cd7de67e5 | |
parent | Merge pull request #1976 from pguibert6WIND/issue_1968 (diff) | |
parent | pimd: Comment spelling fix (diff) | |
download | frr-8fea65d14990a1ca5884acdcab3eb73af020ba39.tar.xz frr-8fea65d14990a1ca5884acdcab3eb73af020ba39.zip |
Merge pull request #2372 from gromit1811/pim-comment-fix
pimd: Comment spelling fix
-rw-r--r-- | pimd/pim_nht.c | 2 | ||||
-rw-r--r-- | pimd/pim_rpf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_nht.c b/pimd/pim_nht.c index 94cb32bc2..5ca57c040 100644 --- a/pimd/pim_nht.c +++ b/pimd/pim_nht.c @@ -893,7 +893,7 @@ int pim_ecmp_nexthop_lookup(struct pim_instance *pim, nexthop_tab[i].route_metric, nexthop_tab[i].protocol_distance); } - /* update nextop data */ + /* update nexthop data */ nexthop->interface = ifp; nexthop->mrib_nexthop_addr = nexthop_tab[i].nexthop_addr; diff --git a/pimd/pim_rpf.c b/pimd/pim_rpf.c index 221c1ee4a..2299c5eb2 100644 --- a/pimd/pim_rpf.c +++ b/pimd/pim_rpf.c @@ -170,7 +170,7 @@ int pim_nexthop_lookup(struct pim_instance *pim, struct pim_nexthop *nexthop, nexthop_tab[i].route_metric, nexthop_tab[i].protocol_distance); } - /* update nextop data */ + /* update nexthop data */ nexthop->interface = ifp; nexthop->mrib_nexthop_addr = nexthop_tab[i].nexthop_addr; nexthop->mrib_metric_preference = |