lib: fix typos
[dpdk.git] / lib / librte_eal / common / eal_common_log.c
index be40413..e894b75 100644 (file)
@@ -249,7 +249,7 @@ static const struct logtype logtype_strings[] = {
        {RTE_LOGTYPE_USER8,      "user8"}
 };
 
-/* Logging should be first initialzer (before drivers and bus) */
+/* Logging should be first initializer (before drivers and bus) */
 RTE_INIT_PRIO(rte_log_init, 101);
 static void
 rte_log_init(void)