[PATCH v4 14/19] remove repeated word 'groups'

Stephen Hemminger stephen at networkplumber.org
Wed Feb 22 17:25:34 CET 2023


Found by doing duplicate word scan.

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 app/test/test_ipsec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_ipsec.c b/app/test/test_ipsec.c
index cf71f99b964f..c2a52ec30527 100644
--- a/app/test/test_ipsec.c
+++ b/app/test/test_ipsec.c
@@ -943,7 +943,7 @@ crypto_ipsec_4grp(uint32_t pkt_num)
 {
 	uint32_t sa_ind;
 
-	/* group packets in 4 different size groups groups, 2 per SA */
+	/* group packets in 4 different size groups, 2 per SA */
 	if (pkt_num < PKT_4)
 		sa_ind = 0;
 	else if (pkt_num < PKT_12)
-- 
2.39.1



More information about the dev mailing list