From 05ce3e90eb863b751c4464633a94239fd1938608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 21 May 2026 12:08:44 +0200 Subject: [PATCH] ecp: fix a typo in a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- library/ecp_curves.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ecp_curves.c b/library/ecp_curves.c index 3992b8159b..7e219954e0 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c @@ -5729,7 +5729,7 @@ int mbedtls_ecp_mod_p448_raw(mbedtls_mpi_uint *X, size_t X_limbs) * Fast quasi-reduction modulo P = 2^n - R, * with R a curve-dependent 33-bit value. * - * This function the core of mbedtls_ecp_mod_p192k1_raw(), + * This function is the core of mbedtls_ecp_mod_p192k1_raw(), * mbedtls_ecp_mod_p224k1_raw(), and mbedtls_ecp_mod_p256k1_raw(). * * See ecp_invasive.h and FAST_QUASI_REDUCTION above.