summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-04-20 11:04:14 +0300
committerGitHub <noreply@github.com>2022-04-20 11:04:14 +0300
commit3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a (patch)
tree50fd3849596e3b294b656158efee024c589157c2 /ospf6d/ospf6_interface.c
parent1815b8f3354ed1a8163c103caec8404a318a05c2 (diff)
parent4667220e3a7312f09eb192d7b26d7587918f14d0 (diff)
Merge pull request #11051 from donaldsharp/speell_more
Speell more
Diffstat (limited to 'ospf6d/ospf6_interface.c')
-rw-r--r--ospf6d/ospf6_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c
index b9ee3c3403..55f1a1c7b5 100644
--- a/ospf6d/ospf6_interface.c
+++ b/ospf6d/ospf6_interface.c
@@ -158,7 +158,7 @@ static uint32_t ospf6_interface_get_cost(struct ospf6_interface *oi)
ospf6 = oi->interface->vrf->info;
refbw = ospf6 ? ospf6->ref_bandwidth : OSPF6_REFERENCE_BANDWIDTH;
- /* A specifed ip ospf cost overrides a calculated one. */
+ /* A specified ip ospf cost overrides a calculated one. */
if (CHECK_FLAG(oi->flag, OSPF6_INTERFACE_NOAUTOCOST))
cost = oi->cost;
else {