]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_meter.c
test/security: add inline IPsec reassembly cases
[dpdk.git] / app / test / test_meter.c
index f6fe6494ab63096b9b50c30b6b4477c32d090153..15d5a4839b4b91c6741ff24db1202ea372f89c01 100644 (file)
@@ -444,7 +444,7 @@ tm_test_srtcm_color_aware_check(void)
          * if using blind check
          */
 
-       /* previouly have a green, test points should keep unchanged */
+       /* previously have a green, test points should keep unchanged */
        in[0] = in[1] = in[2] = in[3] = RTE_COLOR_GREEN;
        out[0] = RTE_COLOR_GREEN;
        out[1] = RTE_COLOR_YELLOW;
@@ -551,7 +551,7 @@ tm_test_trtcm_color_aware_check(void)
          * if using blind check
          */
 
-       /* previouly have a green, test points should keep unchanged */
+       /* previously have a green, test points should keep unchanged */
        in[0] = in[1] = in[2] = in[3] = RTE_COLOR_GREEN;
        out[0] = RTE_COLOR_GREEN;
        out[1] = RTE_COLOR_YELLOW;
@@ -648,7 +648,7 @@ tm_test_trtcm_rfc4115_color_aware_check(void)
          * if using blind check
          */
 
-       /* previouly have a green, test points should keep unchanged */
+       /* previously have a green, test points should keep unchanged */
        in[0] = in[1] = in[2] = in[3] = RTE_COLOR_GREEN;
        out[0] = RTE_COLOR_GREEN;
        out[1] = RTE_COLOR_YELLOW;