common/mlx5: fix default devargs initialization
[dpdk.git] / drivers / crypto / ccp / ccp_crypto.c
index 70daed7..4ed91a7 100644 (file)
@@ -1299,7 +1299,7 @@ ccp_auth_slot(struct ccp_session *session)
        case CCP_AUTH_ALGO_SHA512_HMAC:
                /**
                 * 1. Load PHash1 = H(k ^ ipad); to LSB
-                * 2. generate IHash = H(hash on meassage with PHash1
+                * 2. generate IHash = H(hash on message with PHash1
                 * as init values);
                 * 3. Retrieve IHash 2 slots for 384/512
                 * 4. Load Phash2 = H(k ^ opad); to LSB