summaryrefslogtreecommitdiff
path: root/providers
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2021-02-20 23:39:30 +0100
committerHugo Landau <hlandau@openssl.org>2023-01-24 11:03:20 +0000
commit91b968bc8e4125a1202e7955961f8e7dfcd17513 (patch)
tree35410b2a73a933dbbbeb2cc09fb154e1e1d96946 /providers
parent4a6e5a11c72a4f3ec082cc065b44906409ad8fae (diff)
downloadopenssl-new-91b968bc8e4125a1202e7955961f8e7dfcd17513.tar.gz
Typos fixing
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20109)
Diffstat (limited to 'providers')
-rw-r--r--providers/implementations/kdfs/x942kdf.c2
1 files changed, 1 insertions, 1 deletions
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;