From abc6fbb8d70d177f0507cf282600278632dc668f Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 21 Oct 2022 18:36:08 +0200 Subject: [PATCH] Fix brief description Signed-off-by: Gilles Peskine --- library/bignum_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/bignum_core.h b/library/bignum_core.h index 4ba14331c3..56a3bf874f 100644 --- a/library/bignum_core.h +++ b/library/bignum_core.h @@ -262,7 +262,7 @@ int mbedtls_mpi_core_write_be( const mbedtls_mpi_uint *A, unsigned char *output, size_t output_length ); -/** \brief Shift a machine integer right by a number of bits. +/** \brief Shift an MPI right in place by a number of bits. * * Shifting by more bits than there are bit positions * in \p X is valid and results in setting \p X to 0.