child-sa: Fix typo in comment

Closes strongswan/strongswan#1527
This commit is contained in:
xujielong
2023-01-30 11:29:02 +01:00
committed by Tobias Brunner
parent 805cc3a69f
commit ba5b5f03b6
+1 -1
View 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;
};