spelling fixes
[dpdk.git] / lib / librte_eal / bsdapp / eal / eal.c
index 3b2b47f..fcd1433 100644 (file)
@@ -280,8 +280,6 @@ eal_proc_type_detect(void)
 static void
 rte_config_init(void)
 {
-       /* set the magic in configuration structure */
-       rte_config.magic = RTE_MAGIC;
        rte_config.process_type = (internal_config.process_type == RTE_PROC_AUTO) ?
                        eal_proc_type_detect() : /* for auto, detect the type */
                        internal_config.process_type; /* otherwise use what's already set */
@@ -309,8 +307,7 @@ eal_usage(const char *prgname)
               "EAL options:\n"
               "  -c COREMASK  : A hexadecimal bitmask of cores to run on\n"
               "  -n NUM       : Number of memory channels\n"
-                  "  -v           : Display version information on startup\n"
-              "                 (multiple -b options are allowed)\n"
+              "  -v           : Display version information on startup\n"
               "  -m MB        : memory to allocate\n"
               "  -r NUM       : force number of memory ranks (don't detect)\n"
               "  --"OPT_PROC_TYPE"  : type of this process\n"
@@ -783,7 +780,7 @@ int rte_eal_has_hugepages(void)
        return !internal_config.no_hugetlbfs;
 }
 
-/* Abstraction for port I/0 privilage */
+/* Abstraction for port I/0 privilege */
 static int
 rte_eal_iopl_init(void)
 {