From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7321B1B341 for ; Fri, 10 Nov 2017 12:12:01 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Nov 2017 03:12:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,373,1505804400"; d="scan'208";a="1155021" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga001.fm.intel.com with ESMTP; 10 Nov 2017 03:11:59 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx105.ger.corp.intel.com ([163.33.3.28]) with mapi id 14.03.0319.002; Fri, 10 Nov 2017 11:11:59 +0000 From: "Dumitrescu, Cristian" To: Pavel Shirshov , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] lib/librte_pipeline: Fix a typo Thread-Index: AQHTWfxz6gqd8qFmIUKdciJ3Wlw3P6MNdVkw Date: Fri, 10 Nov 2017 11:11:58 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BAE2881@IRSMSX108.ger.corp.intel.com> References: <1510301847-18725-1-git-send-email-pavel.shirshov@gmail.com> In-Reply-To: <1510301847-18725-1-git-send-email-pavel.shirshov@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] lib/librte_pipeline: Fix a typo 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: , X-List-Received-Date: Fri, 10 Nov 2017 11:12:01 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pavel Shirshov > Sent: Friday, November 10, 2017 8:17 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] lib/librte_pipeline: Fix a typo >=20 > Signed-off-by: Pavel Shirshov > --- > lib/librte_pipeline/rte_pipeline.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/lib/librte_pipeline/rte_pipeline.h > b/lib/librte_pipeline/rte_pipeline.h > index f366348..fdc44a7 100644 > --- a/lib/librte_pipeline/rte_pipeline.h > +++ b/lib/librte_pipeline/rte_pipeline.h > @@ -483,7 +483,7 @@ int rte_pipeline_table_entry_delete(struct > rte_pipeline *p, > * @param keys > * Array containing table entry keys > * @param entries > - * Array containung new contents for every table entry identified by k= ey > + * Array containing new contents for every table entry identified by k= ey > * @param n_keys > * Number of keys to add > * @param key_found > -- > 2.7.4 Acked-by: Cristian Dumitrescu