]> git.droids-corp.org - dpdk.git/blobdiff - examples/vm_power_manager/channel_monitor.c
sched: remove useless malloc in PIE data init
[dpdk.git] / examples / vm_power_manager / channel_monitor.c
index d767423a401b4ec6e348a64786fd13021c9d5acf..97b8def7cadde30dbe926d17a8793844af3dae33 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) {