diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-20 11:04:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-20 11:04:14 +0300 |
| commit | 3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a (patch) | |
| tree | 50fd3849596e3b294b656158efee024c589157c2 /ospfd/ospf_ldp_sync.c | |
| parent | 1815b8f3354ed1a8163c103caec8404a318a05c2 (diff) | |
| parent | 4667220e3a7312f09eb192d7b26d7587918f14d0 (diff) | |
Merge pull request #11051 from donaldsharp/speell_more
Speell more
Diffstat (limited to 'ospfd/ospf_ldp_sync.c')
| -rw-r--r-- | ospfd/ospf_ldp_sync.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ospfd/ospf_ldp_sync.c b/ospfd/ospf_ldp_sync.c index f6c1b43610..b4d770d48a 100644 --- a/ospfd/ospf_ldp_sync.c +++ b/ospfd/ospf_ldp_sync.c @@ -141,7 +141,7 @@ void ospf_ldp_sync_if_init(struct ospf_interface *oi) ldp_sync_info = params->ldp_sync_info; - /* specifed on interface overrides global config. */ + /* specified on interface overrides global config. */ if (!CHECK_FLAG(ldp_sync_info->flags, LDP_SYNC_FLAG_HOLDDOWN)) ldp_sync_info->holddown = oi->ospf->ldp_sync_cmd.holddown; @@ -441,7 +441,7 @@ void ospf_if_set_ldp_sync_enable(struct ospf *ospf, struct interface *ifp) struct ldp_sync_info *ldp_sync_info; /* called when setting LDP-SYNC at the global level: - * specifed on interface overrides global config + * specified on interface overrides global config * if ptop link send msg to LDP indicating ldp-sync enabled */ if (if_is_loopback(ifp)) @@ -479,7 +479,7 @@ void ospf_if_set_ldp_sync_holddown(struct ospf *ospf, struct interface *ifp) struct ldp_sync_info *ldp_sync_info; /* called when setting LDP-SYNC at the global level: - * specifed on interface overrides global config. + * specified on interface overrides global config. */ if (if_is_loopback(ifp)) return; |
