sched: remove useless malloc in PIE data init
[dpdk.git] / examples / vm_power_manager / channel_monitor.c
index d767423..97b8def 100644 (file)
@@ -404,7 +404,7 @@ get_pcpu_to_control(struct policy *pol)
 
        /*
         * So now that we're handling virtual and physical cores, we need to
-        * differenciate between them when adding them to the branch monitor.
+        * differentiate between them when adding them to the branch monitor.
         * Virtual cores need to be converted to physical cores.
         */
        if (pol->pkt.core_type == RTE_POWER_CORE_TYPE_VIRTUAL) {