]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/caam_jr/caam_jr.c
examples/ip_frag: fix use of ethdev internal device array
[dpdk.git] / drivers / crypto / caam_jr / caam_jr.c
index 5028bd2a4c94c33a39c8338c77a26a23f3fb1cb1..77c0303476ba19e2e455175159e135de31ee4d8e 100644 (file)
@@ -70,7 +70,7 @@ static inline void
 caam_jr_op_ending(struct caam_jr_op_ctx *ctx)
 {
        PMD_INIT_FUNC_TRACE();
-       /* report op status to sym->op and then free the ctx memeory  */
+       /* report op status to sym->op and then free the ctx memory  */
        rte_mempool_put(ctx->ctx_pool, (void *)ctx);
 }