asn1/a_strex.c: fix flags truncation in do_esc_char.
[openssl.git] / engines / e_afalg.c
index 2f5ee4ccba2f996feb9eb3264ca03240e2f3006e..982a53d280d0f0025a15614748d18d2142f3b9c1 100644 (file)
@@ -145,7 +145,7 @@ static int afalg_setup_async_event_notification(afalg_aio *aio)
             ALG_WARN("%s: ASYNC_get_wait_ctx error", __func__);
             return 0;
         }
-        /* Get waitfd from ASYNC_WAIT_CTX if it is alreday set */
+        /* Get waitfd from ASYNC_WAIT_CTX if it is already set */
         ret = ASYNC_WAIT_CTX_get_fd(waitctx, engine_afalg_id,
                                     &aio->efd, &custom);
         if (ret == 0) {