]> git.droids-corp.org - dpdk.git/blobdiff - examples/l2fwd-cat/l2fwd-cat.c
test/telemetry: fix typo at beginning of line
[dpdk.git] / examples / l2fwd-cat / l2fwd-cat.c
index 45a497c082da7c75aae8e92dd3f94ed4f89ec521..2e632c5cb6a517991dda334b0f958c3f05f19189 100644 (file)
@@ -198,7 +198,7 @@ main(int argc, char *argv[])
        if (rte_lcore_count() > 1)
                printf("\nWARNING: Too many lcores enabled. Only 1 used.\n");
 
-       /* Call lcore_main on the master core only. */
+       /* Call lcore_main on the main core only. */
        lcore_main();
 
        return 0;