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 /pimd/pim_bsm.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 'pimd/pim_bsm.c')
-rw-r--r-- | pimd/pim_bsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_bsm.c b/pimd/pim_bsm.c index 0e91773be..90d873b0a 100644 --- a/pimd/pim_bsm.c +++ b/pimd/pim_bsm.c @@ -849,7 +849,7 @@ static bool pim_bsm_frag_send(uint8_t *buf, uint32_t len, struct interface *ifp, this_pkt_rem = pim_mtu - (PIM_BSM_HDR_LEN + PIM_MSG_HEADER_LEN); - /* If pkt can't accomodate next group + atleast + /* If pkt can't accomodate next group + at least * one rp, we must break out of this inner loop * and process next RP */ |