From 37dabd540b060e348c284259916bf29e5c929251 Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Mon, 23 Jan 2023 16:57:26 +0000 Subject: [PATCH] Fix doxygen return parameter spelling Signed-off-by: Tom Cosgrove --- library/bignum_mod_raw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/bignum_mod_raw.h b/library/bignum_mod_raw.h index da8db6f33..94f850351 100644 --- a/library/bignum_mod_raw.h +++ b/library/bignum_mod_raw.h @@ -346,7 +346,7 @@ void mbedtls_mpi_mod_raw_add(mbedtls_mpi_uint *X, * is unspecified. * \param[in] N The modulus structure. * - *\ return \c 0 if successful. + * \return \c 0 if successful. * Otherwise an \c MBEDTLS_ERR_MPI_xxx error code. */ int mbedtls_mpi_mod_raw_canonical_to_modulus_rep( @@ -363,7 +363,7 @@ int mbedtls_mpi_mod_raw_canonical_to_modulus_rep( * is unspecified. * \param[in] N The modulus structure. * - *\ return \c 0 if successful. + * \return \c 0 if successful. * Otherwise an \c MBEDTLS_ERR_MPI_xxx error code. */ int mbedtls_mpi_mod_raw_modulus_to_canonical_rep(