diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 14:11:29 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 14:11:29 +0200 |
commit | 485ac9a79b787244b31bf7fac348aa176179574b (patch) | |
tree | b2035fbcf54d529620a7f14c0e69a6bc561ec399 /ospfd | |
parent | tests: Fix spelling of 'registred' (diff) | |
download | frr-485ac9a79b787244b31bf7fac348aa176179574b.tar.xz frr-485ac9a79b787244b31bf7fac348aa176179574b.zip |
*: Fix spelling of neccessary
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_spf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_spf.c b/ospfd/ospf_spf.c index f76340021..baf02365a 100644 --- a/ospfd/ospf_spf.c +++ b/ospfd/ospf_spf.c @@ -678,7 +678,7 @@ static void ospf_spf_flush_parents(struct vertex *w) /* * Consider supplied next-hop for inclusion to the supplied list of - * equal-cost next-hops, adjust list as neccessary. + * equal-cost next-hops, adjust list as necessary. */ static void ospf_spf_add_parent(struct vertex *v, struct vertex *w, struct vertex_nexthop *newhop, |