From: Stephen Hemminger Date: Thu, 6 Jul 2017 15:28:12 +0000 (-0700) Subject: pci: fix spelling in comment X-Git-Tag: spdx-start~2570 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b17e43295120f6cd1f299091f2e2167853101584;p=dpdk.git pci: fix spelling in comment Minor spelling error in comment. Signed-off-by: Stephen Hemminger --- diff --git a/lib/librte_eal/common/eal_common_pci.c b/lib/librte_eal/common/eal_common_pci.c index 7ed259b09c..15991b5e96 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)