From f54c5c5547483789f06c6337b5f4f52dec76dc61 Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Fri, 21 May 2021 17:00:30 +0100 Subject: [PATCH] Fixes typo Commit fixes typo in rsa.h found in review. Signed-off-by: Thomas Daubney --- include/mbedtls/rsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/rsa.h b/include/mbedtls/rsa.h index 494e2f2c22..ba00bff31b 100644 --- a/include/mbedtls/rsa.h +++ b/include/mbedtls/rsa.h @@ -570,7 +570,7 @@ int mbedtls_rsa_private( mbedtls_rsa_context *ctx, * operation. * * \param ctx The initialized RSA context to use. - * \param f_rng The RNG to use. It used for padding generation + * \param f_rng The RNG to use. It is used for padding generation * and it is mandatory. * \param p_rng The RNG context to be passed to \p f_rng. May be * \c NULL if \p f_rng doesn't need a context argument.