From c5fef82c52f13f934b57da065f92a7149e539801 Mon Sep 17 00:00:00 2001 From: Waleed-Ziad Maamoun-Elmelegy <122474370+waleed-elmelegy-arm@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:47:15 +0100 Subject: [PATCH] Fix typo in pkcs5.c Co-authored-by: Janos Follath Signed-off-by: Waleed Elmelegy --- library/pkcs5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/pkcs5.c b/library/pkcs5.c index 03098f15eb..7a209ddd7b 100644 --- a/library/pkcs5.c +++ b/library/pkcs5.c @@ -127,7 +127,7 @@ int mbedtls_pkcs5_pbes2(const mbedtls_asn1_buf *pbe_params, int mode, size_t output_len = 0; /* We assume caller of the function is providing a big enough output buffer - * so we pass output_size as SIZE_MAX to pass checks, However, no gurantees + * so we pass output_size as SIZE_MAX to pass checks, However, no guarantees * for the output size actually being correct. */ return mbedtls_pkcs5_pbes2_ext(pbe_params, mode, pwd, pwdlen, data,