From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 3/3] eal: fix spelling in comment Date: Thu, 6 Jul 2017 08:28:12 -0700 Message-ID: <20170706152812.16072-4-stephen@networkplumber.org> References: <20170706152812.16072-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com [209.85.192.175]) by dpdk.org (Postfix) with ESMTP id 9B5124C57 for ; Thu, 6 Jul 2017 17:28:24 +0200 (CEST) Received: by mail-pf0-f175.google.com with SMTP id e7so2684963pfk.0 for ; Thu, 06 Jul 2017 08:28:24 -0700 (PDT) In-Reply-To: <20170706152812.16072-1-stephen@networkplumber.org> 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 spelling error in comment. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/eal_common_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/eal_common_pci.c b/lib/librte_eal/common/eal_common_pci.c index 7ed259b09cd0..15991b5e9640 100644 --- a/lib/librte_eal/common/eal_common_pci.c +++ b/lib/librte_eal/common/eal_common_pci.c @@ -300,7 +300,7 @@ pci_probe_all_drivers(struct rte_pci_device *dev) /* * Find the pci device specified by pci address, then invoke probe function of - * the driver of the devive. + * the driver of the device. */ int rte_pci_probe_one(const struct rte_pci_addr *addr) -- 2.11.0