Give a better error if we can't find a sig alg
[openssl.git] / engines / e_afalg.c
index 99516cb1bb4a0dc5ed4d1f14143486e9592d5b5a..814917aa0a68de19214955f5b4049e7e3427ff6b 100644 (file)
@@ -473,7 +473,7 @@ static int afalg_start_cipher_sk(afalg_ctx *actx, const unsigned char *in,
 
     /*
      * vmsplice and splice are used to pin the user space input buffer for
-     * kernel space processing avoiding copys from user to kernel space
+     * kernel space processing avoiding copies from user to kernel space
      */
     ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT);
     if (ret < 0) {