From a655b111e97728d32fae4d8d622f75ef4bcc4e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=80=A1=E7=BA=AF?= Date: Tue, 9 Aug 2022 10:33:46 +0800 Subject: [PATCH] fix:change reasonnable to reasonable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 郑怡纯 --- port/config/config_liteos_m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/config/config_liteos_m.h b/port/config/config_liteos_m.h index c5e7e3998..88ac1bb81 100755 --- a/port/config/config_liteos_m.h +++ b/port/config/config_liteos_m.h @@ -1370,7 +1370,7 @@ * Enable an implementation of SHA-256 that has lower ROM footprint but also * lower performance. * - * The default implementation is meant to be a reasonnable compromise between + * The default implementation is meant to be a reasonable compromise between * performance and size. This version optimizes more aggressively for size at * the expense of performance. Eg on Cortex-M4 it reduces the size of * mbedtls_sha256_process() from ~2KB to ~0.5KB for a performance hit of about -- Gitee