Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
/* Loop over each community value and evaluate each against the
* community-list. If we need to delete a community value add its index
- * to
- * com_index_to_delete.
+ * to com_index_to_delete.
*/
for (i = 0; i < com->size; i++) {
val = community_val_get(com, i);
/* Loop over each lcommunity value and evaluate each against the
* community-list. If we need to delete a community value add its index
- * to
- * com_index_to_delete.
+ * to com_index_to_delete.
*/
ptr = lcom->val;
for (i = 0; i < lcom->size; i++) {