From b80785f1a40113021289575c085e5a17f8fab83e Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Fri, 20 May 2022 09:25:55 +0200 Subject: [PATCH] Comment typo fix in mbedtls_pk_can_do_ext() Signed-off-by: Neil Armstrong --- library/pk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/pk.c b/library/pk.c index 4273d93496..f25266ad12 100644 --- a/library/pk.c +++ b/library/pk.c @@ -295,7 +295,7 @@ int mbedtls_pk_can_do_ext( const mbedtls_pk_context *ctx, psa_algorithm_t alg, PSA_KEY_USAGE_DECRYPT; break; default: - /* Should never happend */ + /* Should never happen */ return( 0 ); }