]> git.puffer.fish Git - mirror/frr.git/commitdiff
*: Fix spelling of atleast
authorDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:25:03 +0000 (08:25 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:25:03 +0000 (08:25 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_conditional_adv.c
ospfd/ospf_packet.c
pimd/pim_bsm.c
pimd/pim_mlag.c

index f72a373a1c1cd6aa314975c1c5bfbb771c887738..dd1510a6781fbc33ca1c850001ba40a6a4363ce5 100644 (file)
@@ -300,7 +300,7 @@ void bgp_conditional_adv_enable(struct peer *peer, afi_t afi, safi_t safi)
         */
        peer->advmap_config_change[afi][safi] = true;
 
-       /* advertise-map is already configured on atleast one of its
+       /* advertise-map is already configured on at least one of its
         * neighbors (AFI/SAFI). So just increment the counter.
         */
        if (++bgp->condition_filter_count > 1) {
index c2bd7a079600d8e32961bed2b9e6ac816c6337eb..c11321949ce5c5c467fe723206eaaa95d5241c9f 100644 (file)
@@ -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;
index 0e91773be7654162da1a20faeda8c1375750164c..90d873b0a31256d94939a3b1905d97a166f43e5b 100644 (file)
@@ -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
                                 */
index 68f77ad6d9128d8dc44adb719a29a78ef1d23374..9763a79a8da5ba7d6dfb0d28bdb4dfd1934c980e 100644 (file)
@@ -1015,7 +1015,7 @@ void pim_if_configure_mlag_dualactive(struct pim_interface *pim_ifp)
 
        if (router->pim_mlag_intf_cnt == 1) {
                /*
-                * atleast one Interface is configured for MLAG, send register
+                * at least one Interface is configured for MLAG, send register
                 * to Zebra for receiving MLAG Updates
                 */
                pim_mlag_register();