From 316052e160543d7bff2c581e197d8433b8943da0 Mon Sep 17 00:00:00 2001 From: kunta Date: Mon, 8 Aug 2022 21:14:00 +0800 Subject: [PATCH] fix: change reasonnable to reasonable Signed-off-by: kunta --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 3dfc347e9..c256f6670 100755 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.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