summaryrefslogtreecommitdiff
path: root/bgpd/bgp_lcommunity.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 08:19:37 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 08:19:37 -0400
commit544be979118e7ecab1ec8ef4bd8d7f0b2f387db8 (patch)
tree5d56d277f209d86710b57c3a0a96f3930de2d77e /bgpd/bgp_lcommunity.c
parentce5002c6595abe375b440555fe94928cce74a0f7 (diff)
*: Fix spelling of strucutre
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'bgpd/bgp_lcommunity.c')
-rw-r--r--bgpd/bgp_lcommunity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_lcommunity.c b/bgpd/bgp_lcommunity.c
index 8720170013..e0cca50d89 100644
--- a/bgpd/bgp_lcommunity.c
+++ b/bgpd/bgp_lcommunity.c
@@ -103,7 +103,7 @@ static bool lcommunity_add_val(struct lcommunity *lcom,
return true;
}
-/* This function takes pointer to Large Communites strucutre then
+/* This function takes pointer to Large Communites structure then
create a new Large Communities structure by uniq and sort each
Large Communities value. */
struct lcommunity *lcommunity_uniq_sort(struct lcommunity *lcom)