From 91b968bc8e4125a1202e7955961f8e7dfcd17513 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Sat, 20 Feb 2021 23:39:30 +0100 Subject: Typos fixing Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/20109) --- providers/implementations/kdfs/x942kdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'providers') diff --git a/providers/implementations/kdfs/x942kdf.c b/providers/implementations/kdfs/x942kdf.c index 78bd8d235e..d52c990e86 100644 --- a/providers/implementations/kdfs/x942kdf.c +++ b/providers/implementations/kdfs/x942kdf.c @@ -239,7 +239,7 @@ x942_encode_otherinfo(size_t keylen, goto err; /* * Since we allocated the exact size required, the buffer should point to the - * start of the alllocated buffer at this point. + * start of the allocated buffer at this point. */ if (WPACKET_get_curr(&pkt) != der_buf) goto err; -- cgit v1.2.1