From ba5b5f03b6c11c5b83cda8da1bd96e1f71a2c2b0 Mon Sep 17 00:00:00 2001 From: xujielong <31847819+xujielong@users.noreply.github.com> Date: Mon, 30 Jan 2023 16:34:19 +0800 Subject: [PATCH] child-sa: Fix typo in comment Closes strongswan/strongswan#1527 --- src/libcharon/sa/child_sa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcharon/sa/child_sa.c b/src/libcharon/sa/child_sa.c index 2c77ee2c6..a29531ccb 100644 --- a/src/libcharon/sa/child_sa.c +++ b/src/libcharon/sa/child_sa.c @@ -276,7 +276,7 @@ struct private_child_sa_t { uint64_t my_usepackets; /** - * last number of outbound bytes + * last number of outbound packets */ uint64_t other_usepackets; };