]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_cryptodev_blockcipher.c
pdump: replace constant for device name size
[dpdk.git] / app / test / test_cryptodev_blockcipher.c
index 0ddc5e3583f4d705119d93ad991b054ff06979f9..135e57b9fa7a0578102340b554615b0fac41a2d4 100644 (file)
@@ -103,7 +103,7 @@ test_blockcipher_one_case(const struct blockcipher_test_case *t,
 
        if (t->feature_mask & BLOCKCIPHER_TEST_FEATURE_SESSIONLESS) {
                if (!(feat_flags & RTE_CRYPTODEV_FF_SYM_SESSIONLESS)) {
-                       printf("Device doesn't support sesionless operations "
+                       printf("Device doesn't support sessionless operations "
                                "Test Skipped.\n");
                        snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN,
                                "SKIPPED");