doc: no more bare metal environment
[dpdk.git] / doc / guides / sample_app_ug / hello_world.rst
index 22702b9..3213ba8 100644 (file)
@@ -85,7 +85,7 @@ This is done in the main() function using the following code:
 
     int
 
-    MAIN(int argc, char **argv)
+    main(int argc, char **argv)
 
     {
         ret = rte_eal_init(argc, argv);