From 0b994b8061fd13ee47748efff89eef88932ed9cd Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Tue, 25 Jan 2022 17:22:12 +0800 Subject: [PATCH] fix typo error Signed-off-by: Jerry Yu --- library/ssl_tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 6afccbdbb..b6c1ff32d 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -6494,7 +6494,7 @@ static int ssl_preset_suiteb_hashes[] = { #endif /* !MBEDTLS_DEPRECATED_REMOVED */ /* NOTICE: - * For ssl_preset_*_sig_algs and ssl_tls12_preset_*_sig_algs, the folloing + * For ssl_preset_*_sig_algs and ssl_tls12_preset_*_sig_algs, the following * rules SHOULD be upheld. * - No duplicate entries. * - But if there is a good reason, do not change the order of the algorithms.