summaryrefslogtreecommitdiffstats
path: root/pimd/pim_bsm.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 /pimd/pim_bsm.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 'pimd/pim_bsm.c')
-rw-r--r--pimd/pim_bsm.c2
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
*/