Skip to content

Commit 93a125b

Browse files
Tweak comment wording
1 parent c502346 commit 93a125b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libmongoc/src/mongoc/mongoc-crypt.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -769,10 +769,10 @@ _try_add_azure_from_env (_mongoc_crypt_t *crypt,
769769
mcd_time_point expires_at = mcd_later (crypt->azure_token_issued_at,
770770
crypt->azure_token.expires_in);
771771
if (mcd_time_compare (expires_at, one_min_from_now) >= 0) {
772-
// The token is still valid for another minute
772+
// The token is still valid for at least another minute
773773
} else {
774-
// The token is about to expire. Destroy it. We will then ask IMDS for
775-
// a new oen.
774+
// The token will expire soon. Destroy it, and below we will below ask
775+
// IMDS for a new one.
776776
mcd_azure_access_token_destroy (&crypt->azure_token);
777777
}
778778
}

0 commit comments

Comments
 (0)