summaryrefslogtreecommitdiff
path: root/ospfd/ospf_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 /ospfd/ospf_interface.c
parent1815b8f3354ed1a8163c103caec8404a318a05c2 (diff)
parent4667220e3a7312f09eb192d7b26d7587918f14d0 (diff)
Merge pull request #11051 from donaldsharp/speell_more
Speell more
Diffstat (limited to 'ospfd/ospf_interface.c')
-rw-r--r--ospfd/ospf_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_interface.c b/ospfd/ospf_interface.c
index 2626cccc37..5df2ecf070 100644
--- a/ospfd/ospf_interface.c
+++ b/ospfd/ospf_interface.c
@@ -102,7 +102,7 @@ int ospf_if_get_output_cost(struct ospf_interface *oi)
: OSPF_DEFAULT_BANDWIDTH;
refbw = oi->ospf->ref_bandwidth;
- /* A specifed ip ospf cost overrides a calculated one. */
+ /* A specified ip ospf cost overrides a calculated one. */
if (OSPF_IF_PARAM_CONFIGURED(IF_DEF_PARAMS(oi->ifp), output_cost_cmd)
|| OSPF_IF_PARAM_CONFIGURED(oi->params, output_cost_cmd))
cost = OSPF_IF_PARAM(oi, output_cost_cmd);