From patchwork Mon Jul 1 18:25:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55810 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 175651BA65; Mon, 1 Jul 2019 20:26:15 +0200 (CEST) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id B21951B9C0 for ; Mon, 1 Jul 2019 20:25:59 +0200 (CEST) Received: by mail-pg1-f193.google.com with SMTP id 196so6419542pgc.6 for ; Mon, 01 Jul 2019 11:25:59 -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=78VVDcnMqU60ztKJfQOxvY36PDpEvpc15Qab+5rvy+8=; b=PlMKgiSCbxbJY4LEnJTAJKY7kp/0+zoB9tjVsG89PNaGeV8piIW1aMQbKwVKIxFIIZ qKCcKBcje9U6BqZCfP2aUWncEfM5Sahm9xwX6PPj+s/dAoMV629RlcYbn5krLhlbQoLs c/g/bcLycNd15j3Pql9HZ0ntHW4MOed0k5qD2ZqmYmcCu5Wrd+bkBduydkc4rETQ9g0B wqxLgvuYnrFykoOkx0mwpVEPouM6NRQkDkwu2DW8XhQO1/feJIdDWczyvZj3OH769uTo l5oYh9NhkGpahwv879tQykbWMSZpAXXszsrJje9mSbQ/fWekidJW1LJeScgsdR8GTzH3 wwYQ== 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=78VVDcnMqU60ztKJfQOxvY36PDpEvpc15Qab+5rvy+8=; b=dC4PRHGAIjH/ZPFj+OfEEcA8qLU5jxzrkCkYgQTVqPnMYEhovE1z1QhiaXrfHzBPZH 0Vj4IvfSgQzmyAD+KEdSPRNnFLcJTrXeV6dR4QKuwtHxLBnqlcwpsbX181krpZXmvwtV XIEugxX47oVdKeVLTeIliXXhD1FAOYlCN1TepwsW1zogiknOg9uertBq1wO9ngKt1CtF ooaMgymp4NTAnNgir95fs/9oRxuh1jGIOurDfz6BWjsbB/AayT54XRapWsP5Iw5K0wx5 X3rJHZLZSHbYFtiLnQKSmHLS1XQf147ygUCeADt3JfAYurseaDc0dXNiWRDXCX5buvm5 +HBw== X-Gm-Message-State: APjAAAUwhSNZ/86Mgt7LoOm8Z2Sf8u4g+uqf1zCawF66KfupPedTHTQD FQ7GiN/qwXvm6p1e46K/ReUjP3i69CU= X-Google-Smtp-Source: APXvYqxIn472fKyGasrbE3idYxLaDKOW2BzfsgyWQBIeQuv8G3A9IcSmv5cOtbwJfDpxMEF8/SN/KQ== X-Received: by 2002:a63:1847:: with SMTP id 7mr13140342pgy.204.1562005558524; Mon, 01 Jul 2019 11:25:58 -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.25.57 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:25:57 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:19 -0700 Message-Id: <20190701182536.20110-14-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 13/30] examples/multi_process: 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" Minor typos caught by codespell. Signed-off-by: Stephen Hemminger --- examples/multi_process/hotplug_mp/commands.c | 2 +- examples/multi_process/simple_mp/main.c | 2 +- examples/multi_process/symmetric_mp/main.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/multi_process/hotplug_mp/commands.c b/examples/multi_process/hotplug_mp/commands.c index b068593939d8..aaf04bd5e9fa 100644 --- a/examples/multi_process/hotplug_mp/commands.c +++ b/examples/multi_process/hotplug_mp/commands.c @@ -178,7 +178,7 @@ static void cmd_dev_detach_parsed(void *parsed_result, cmdline_printf(cl, "detached device %s\n", da.name); else - cmdline_printf(cl, "failed to dettach device %s\n", + cmdline_printf(cl, "failed to detach device %s\n", da.name); } diff --git a/examples/multi_process/simple_mp/main.c b/examples/multi_process/simple_mp/main.c index e6c69d6a33a9..e27d77eafb4d 100644 --- a/examples/multi_process/simple_mp/main.c +++ b/examples/multi_process/simple_mp/main.c @@ -4,7 +4,7 @@ /* * This sample application is a simple multi-process application which - * demostrates sharing of queues and memory pools between processes, and + * demonstrates sharing of queues and memory pools between processes, and * using those queues/pools for communication between the processes. * * Application is designed to run with two processes, a primary and a diff --git a/examples/multi_process/symmetric_mp/main.c b/examples/multi_process/symmetric_mp/main.c index 62771e036cd7..0003dd01e2c2 100644 --- a/examples/multi_process/symmetric_mp/main.c +++ b/examples/multi_process/symmetric_mp/main.c @@ -3,7 +3,7 @@ */ /* - * Sample application demostrating how to do packet I/O in a multi-process + * Sample application demonstrating how to do packet I/O in a multi-process * environment. The same code can be run as a primary process and as a * secondary process, just with a different proc-id parameter in each case * (apart from the EAL flag to indicate a secondary process).