summaryrefslogtreecommitdiff
path: root/providers/implementations/kdfs/x942kdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/kdfs/x942kdf.c')
-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;