child-sa: Fix typo in comment

Closes strongswan/strongswan#1527
This commit is contained in:
xujielong 2023-01-30 16:34:19 +08:00 committed by Tobias Brunner
parent 805cc3a69f
commit ba5b5f03b6

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;
};