[dpdk-dev] [PATCH 26/30] examples/vm_power_manager: fix spelling errors

Stephen Hemminger stephen at networkplumber.org
Mon Jul 1 20:25:32 CEST 2019


Spelling errors found by codespell.

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 examples/vm_power_manager/channel_monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/vm_power_manager/channel_monitor.c b/examples/vm_power_manager/channel_monitor.c
index aab19ba57112..5d85ee1c6f36 100644
--- a/examples/vm_power_manager/channel_monitor.c
+++ b/examples/vm_power_manager/channel_monitor.c
@@ -368,7 +368,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 == CORE_TYPE_VIRTUAL) {
-- 
2.20.1



More information about the dev mailing list