summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 14:25:03 +0200
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 14:25:03 +0200
commit2ef62909a9ad64f25605d44750e02f3d21177ba6 (patch)
treefbdcda68043ad940bda1f5ddecdc78b62ba97fa1 /ospfd/ospf_packet.c
parenttests: Fix spelling of Initilized (diff)
downloadfrr-2ef62909a9ad64f25605d44750e02f3d21177ba6.tar.xz
frr-2ef62909a9ad64f25605d44750e02f3d21177ba6.zip
*: Fix spelling of atleast
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd/ospf_packet.c')
-rw-r--r--ospfd/ospf_packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c
index c2bd7a079..c11321949 100644
--- a/ospfd/ospf_packet.c
+++ b/ospfd/ospf_packet.c
@@ -3601,7 +3601,7 @@ static int ospf_make_ls_upd(struct ospf_interface *oi, struct list *update,
zlog_debug("%s: List Iteration %d LSA[%s]", __func__,
count, dump_lsa_key(lsa));
- /* Will it fit? Minimum it has to fit atleast one */
+ /* Will it fit? Minimum it has to fit at least one */
if ((length + delta + ntohs(lsa->data->length) > size_noauth) &&
(count > 0))
break;