summaryrefslogtreecommitdiffstats
path: root/pimd/pim_nht.c
diff options
context:
space:
mode:
authorMartin Buck <martin.buck@ruag.com>2018-06-05 10:36:30 +0200
committerMartin Buck <martin.buck@ruag.com>2018-06-05 10:58:36 +0200
commit1a81b790a93dbef831c1e9e6fd3a1043ee4f74c7 (patch)
treecc002898eb2e2b5a7dfc1822bfa54ced96050dba /pimd/pim_nht.c
parentMerge pull request #2245 from donaldsharp/type_4 (diff)
downloadfrr-1a81b790a93dbef831c1e9e6fd3a1043ee4f74c7.tar.xz
frr-1a81b790a93dbef831c1e9e6fd3a1043ee4f74c7.zip
pimd: Comment spelling fix
Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
Diffstat (limited to 'pimd/pim_nht.c')
-rw-r--r--pimd/pim_nht.c2
1 files changed, 1 insertions, 1 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;