]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
child-sa: Fix typo in comment
authorxujielong <31847819+xujielong@users.noreply.github.com>
Mon, 30 Jan 2023 08:34:19 +0000 (16:34 +0800)
committerTobias Brunner <tobias@strongswan.org>
Mon, 30 Jan 2023 10:29:02 +0000 (11:29 +0100)
Closes strongswan/strongswan#1527

src/libcharon/sa/child_sa.c

index 2c77ee2c6d5865ba622f6bc77da7497683462ad4..a29531ccbc0d7a66a90bc415d140cb9e688e1785 100644 (file)
@@ -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;
 };