diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 14:25:03 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 14:25:03 +0200 |
commit | 2ef62909a9ad64f25605d44750e02f3d21177ba6 (patch) | |
tree | fbdcda68043ad940bda1f5ddecdc78b62ba97fa1 /ospfd/ospf_packet.c | |
parent | tests: Fix spelling of Initilized (diff) | |
download | frr-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.c | 2 |
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; |