[PATCH v2 15/20] remove repeated word 'groups'
Stephen Hemminger
stephen at networkplumber.org
Tue Jul 26 05:34:58 CEST 2022
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 7047e1796091..8d208c526a49 100644
--- a/app/test/test_ipsec.c
+++ b/app/test/test_ipsec.c
@@ -968,7 +968,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.35.1
More information about the dev
mailing list