From: xujielong <31847819+xujielong@users.noreply.github.com> Date: Mon, 30 Jan 2023 08:34:19 +0000 (+0800) Subject: child-sa: Fix typo in comment X-Git-Tag: android-2.4.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5b5f03b6c11c5b83cda8da1bd96e1f71a2c2b0;p=thirdparty%2Fstrongswan.git child-sa: Fix typo in comment Closes strongswan/strongswan#1527 --- diff --git a/src/libcharon/sa/child_sa.c b/src/libcharon/sa/child_sa.c index 2c77ee2c6d..a29531ccbc 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; };