diff options
| author | Martin Buck <martin.buck@ruag.com> | 2018-06-05 10:36:30 +0200 |
|---|---|---|
| committer | Martin Buck <martin.buck@ruag.com> | 2018-06-05 10:58:36 +0200 |
| commit | 1a81b790a93dbef831c1e9e6fd3a1043ee4f74c7 (patch) | |
| tree | cc002898eb2e2b5a7dfc1822bfa54ced96050dba | |
| parent | ebb46153b06a48fa5402b850ad8041a469f1a26d (diff) | |
pimd: Comment spelling fix
Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
| -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 94cb32bc23..5ca57c0406 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 221c1ee4af..2299c5eb23 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 = |
