]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/kdfs/x942kdf.c
Typos fixing
[thirdparty/openssl.git] / providers / implementations / kdfs / x942kdf.c
index 78bd8d235ea5e4c58efb9912b6688d8b5736b225..d52c990e8697a72cfde8c96f5bea0b3eead649ca 100644 (file)
@@ -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;