From d05d789316d4797335e3951065c29be4e1c7bb09 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sun, 15 Mar 2026 19:53:25 +0100 Subject: [PATCH] grammar Signed-off-by: Gilles Peskine --- include/psa/crypto_extra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_extra.h b/include/psa/crypto_extra.h index 83404846f7..e800f3787d 100644 --- a/include/psa/crypto_extra.h +++ b/include/psa/crypto_extra.h @@ -545,7 +545,7 @@ psa_status_t mbedtls_psa_external_get_random( * on the server state. * * \note If the entropy source fails, the random generator remains usable: - * and subsequent calls to generate random data will succeed until + * subsequent calls to generate random data will succeed until * the random generator itself decides to reseed. If you want to * force a reseed, either treat the failure as a fatal error, * or call psa_random_deplete() instead of this function (or in