From 3daabd478d36a999605fc4851446f780829e0832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=B3=BD?= <549890525@qq.com> Date: Mon, 8 Aug 2022 20:39:31 +0800 Subject: [PATCH] right:change reasonnably to reasonably MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨树泽 <549890525@qq.com> --- library/bignum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/bignum.c b/library/bignum.c index 540f7523b..593fc518d 100755 --- a/library/bignum.c +++ b/library/bignum.c @@ -281,7 +281,7 @@ void mbedtls_mpi_swap( mbedtls_mpi *X, mbedtls_mpi *Y ) */ static int mpi_safe_cond_select_sign( int a, int b, unsigned char second ) { - /* In order to avoid questions about what we can reasonnably assume about + /* In order to avoid questions about what we can reasonably assume about * the representations of signed integers, move everything to unsigned * by taking advantage of the fact that a and b are either +1 or -1. */ unsigned ua = a + 1; -- Gitee