From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib: fix some typos Date: Tue, 07 Nov 2017 01:50:18 +0100 Message-ID: <4010125.PK5MRME1QC@xps> References: <20171102193056.3771-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C2C932B92 for ; Tue, 7 Nov 2017 01:50:19 +0100 (CET) Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2E3B37F8DC for ; Mon, 6 Nov 2017 19:50:19 -0500 (EST) In-Reply-To: <20171102193056.3771-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/11/2017 20:30, Thomas Monjalon: > Signed-off-by: Thomas Monjalon > --- > lib/librte_eal/common/include/arch/arm/rte_vect.h | 2 +- > lib/librte_eventdev/rte_event_eth_rx_adapter.c | 2 +- > lib/librte_eventdev/rte_eventdev_pmd.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Applied