diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-20 10:04:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 10:04:14 +0200 |
commit | 3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a (patch) | |
tree | 50fd3849596e3b294b656158efee024c589157c2 /zebra | |
parent | Merge pull request #11045 from anlancs/fix/bgpd-cleanup-8-remove (diff) | |
parent | *: Fix spelling of accidently (diff) | |
download | frr-3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a.tar.xz frr-3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a.zip |
Merge pull request #11051 from donaldsharp/speell_more
Speell more
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/interface.c | 2 | ||||
-rw-r--r-- | zebra/rt_netlink.c | 2 | ||||
-rw-r--r-- | zebra/zebra_dplane.c | 2 | ||||
-rw-r--r-- | zebra/zebra_fpm_netlink.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/zebra/interface.c b/zebra/interface.c index a70326ebb..677ec4650 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -958,7 +958,7 @@ void if_nbr_mac_to_ipv4ll_neigh_update(struct interface *ifp, /* * We need to note whether or not we originated a v6 * neighbor entry for this interface. So that when - * someone unwisely accidently deletes this entry + * someone unwisely accidentally deletes this entry * we can shove it back in. */ zif->v6_2_v4_ll_neigh_entry = !!add; diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index 2ff083dec..f91b2f889 100644 --- a/zebra/rt_netlink.c +++ b/zebra/rt_netlink.c @@ -3802,7 +3802,7 @@ static int netlink_ipneigh_change(struct nlmsghdr *h, int len, ns_id_t ns_id) * interface * and is linked to the bridge * (b) In the case of a VLAN-unaware bridge, the SVI is the bridge - * inteface + * interface * itself */ if (IS_ZEBRA_IF_VLAN(ifp)) { diff --git a/zebra/zebra_dplane.c b/zebra/zebra_dplane.c index d034c8f30..4e753c9d1 100644 --- a/zebra/zebra_dplane.c +++ b/zebra/zebra_dplane.c @@ -2679,7 +2679,7 @@ done: } /** - * dplane_ctx_intf_init() - Initialize a context block for a inteface update + * dplane_ctx_intf_init() - Initialize a context block for a interface update * * @ctx: Dataplane context to init * @op: Operation being performed diff --git a/zebra/zebra_fpm_netlink.c b/zebra/zebra_fpm_netlink.c index ec22c5dd4..d4aced47f 100644 --- a/zebra/zebra_fpm_netlink.c +++ b/zebra/zebra_fpm_netlink.c @@ -398,7 +398,7 @@ static int netlink_route_info_encode(struct netlink_route_info *ri, req->r.rtm_family = ri->af; /* - * rtm_table field is a uchar field which can accomodate table_id less + * rtm_table field is a uchar field which can accommodate table_id less * than 256. * To support table id greater than 255, if the table_id is greater than * 255, set rtm_table to RT_TABLE_UNSPEC and add RTA_TABLE attribute |