]> git.droids-corp.org - dpdk.git/blobdiff - examples/skeleton/basicfwd.c
node: fix missing header include
[dpdk.git] / examples / skeleton / basicfwd.c
index 72ba85fa1fe5c5bb5fe6483a1b479bd4866a5a10..4b2b6ab4ff785e93d5ff658c406abbd779ac8700 100644 (file)
@@ -202,7 +202,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;