From patchwork Mon Jul 1 18:25:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55823 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E13441BB74; Mon, 1 Jul 2019 20:26:33 +0200 (CEST) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id D7D121B9DB for ; Mon, 1 Jul 2019 20:26:14 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id f25so6417712pgv.10 for ; Mon, 01 Jul 2019 11:26:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=US+h/rX9AdoJX56ZrsLRTdyQrIBTMAuwXnKmnEZaFDk=; b=ZcR9wKIKdgjl9CDcoF3SoXBUOOHY4fhCkJ33vITlzLFJFHNR+XvymHF2sCTDEmG3/v iDPgIjWFPWbJopa9SqY2d2C5gActFIKENW5axHU6BUT+nK5czvIL9/MHWNOOHDLiF8Ww MmZKFYal7wRNyLf5KResLKqPKjzsBP7QDGgQCcEdtqSPJqlRMbkd0sLAHjsn65ZUcSrd aLY/42TsvHKQEn6iZ8tQUwY7omKOttwapBJk4Eo0JEl9Xx4/zpA82EOGv6/EhmZO1Tia ZlqPMwQ8hB0OWKqdspgnrZQJLpfbJ1aPgkiYLh9hd7w0GScFS5iF7o19xtwcxXsBFaAl W5Nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=US+h/rX9AdoJX56ZrsLRTdyQrIBTMAuwXnKmnEZaFDk=; b=KVSXtraZC1p4PnskpjCn/RJ2npkKozy6BUbYw5L5hTNfUdU+8rGxW2rppO+Mg8cr8G KjjbIMoELJSq+agTCKvh6smvaOPlXtJVr2iu6YrpLwECYtcUfEYmnqelwIXZXc/LrhlG ZD5oj7e54PC96lsGxTE2r4IzcWeU21XZRPy0MiF7fjSSDDofeEOiOThPfc8XrChjhBVM cw4K4SDP10g+31ky+Ts1NVRnxMCyPHlqhNR4Hm5KjqDmmdGNGCbli22ARoVI1ZytbWt3 FYdjkxi5UMZFfuOBjFVbVZmd4uUkg22GPXceqNHd1MPhFsUnWWX/9id5VmoVZZ51RPQI 5Pxw== X-Gm-Message-State: APjAAAU+CQVQBckDB1Fe0yvHwECO6pfxmcpPSg+gPl5NNVrqsXUXk/L0 j7wxbkHzy9t5lJyVphaSC0CazntSeyY= X-Google-Smtp-Source: APXvYqwPZEPHi0d+0CYzwqmCWPof0y1bK4nNHGdlWewcYTzcldB3nFMXew7kOVilw/nW7o0ibMiOmw== X-Received: by 2002:a63:7f07:: with SMTP id a7mr25594768pgd.26.1562005573707; Mon, 01 Jul 2019 11:26:13 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 12sm11397340pfi.60.2019.07.01.11.26.12 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:26:12 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:32 -0700 Message-Id: <20190701182536.20110-27-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190701182536.20110-1-stephen@networkplumber.org> References: <20190701182536.20110-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 26/30] examples/vm_power_manager: fix spelling errors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Spelling errors found by codespell. Signed-off-by: Stephen Hemminger --- 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) {