diff options
-rw-r--r-- | src/charon/sa/transactions/rekey_ike_sa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/transactions/rekey_ike_sa.c b/src/charon/sa/transactions/rekey_ike_sa.c index 10c800573..23e7e5638 100644 --- a/src/charon/sa/transactions/rekey_ike_sa.c +++ b/src/charon/sa/transactions/rekey_ike_sa.c @@ -333,7 +333,7 @@ static status_t process_notifys(private_rekey_ike_sa_t *this, notify_payload_t * } /** - * Switch to the new created IKE_SA + * Switch to the newly created IKE_SA */ static status_t switchto_new_sa(private_rekey_ike_sa_t* this, bool initiator) { |