Skip to content

Commit e57dcc3

Browse files
pablodelaraThomas Monjalon
authored andcommitted
examples/l2fwd-crypto: fix typos
Fixes: 387259b ("examples/l2fwd-crypto: add sample application") Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Declan Doherty <declan.doherty@intel.com>
1 parent 7216908 commit e57dcc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/l2fwd-crypto/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,9 +981,9 @@ l2fwd_crypto_options_print(struct l2fwd_crypto_options *options)
981981

982982
switch (options->cdev_type) {
983983
case RTE_CRYPTODEV_AESNI_MB_PMD:
984-
printf("crytpodev type: AES-NI MB PMD\n"); break;
984+
printf("cryptodev type: AES-NI MB PMD\n"); break;
985985
case RTE_CRYPTODEV_QAT_PMD:
986-
printf("crytpodev type: QAT PMD\n"); break;
986+
printf("cryptodev type: QAT PMD\n"); break;
987987
default:
988988
break;
989989
}

0 commit comments

Comments
 (0)