vfio: fix DMA mapping granularity for IOVA as VA
[dpdk.git] / examples / l2fwd-cat / l2fwd-cat.c
index 45a497c..2e632c5 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;