From 09f0a97d7403b44f5fc99f8247f221bcdec52edf 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 49f9a8ae90..ebf391ad83 100644 --- a/library/pkcs5.c +++ b/library/pkcs5.c @@ -126,7 +126,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,