diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 14:29:58 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 14:29:58 +0200 |
commit | f526739897e082b9abaef935a43f92f8b1ea425a (patch) | |
tree | b74651f33bab4c4c3a519776711f2176d6ddc6f5 /zebra | |
parent | doc: Fix spelling of choosen (diff) | |
download | frr-f526739897e082b9abaef935a43f92f8b1ea425a.tar.xz frr-f526739897e082b9abaef935a43f92f8b1ea425a.zip |
*: Fix spelling of accomodate
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/zebra_fpm_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |