]> git.droids-corp.org - dpdk.git/commitdiff
pci: fix spelling in comment
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 6 Jul 2017 15:28:12 +0000 (08:28 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 8 Jul 2017 17:29:12 +0000 (19:29 +0200)
Minor spelling error in comment.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
lib/librte_eal/common/eal_common_pci.c

index 7ed259b09cd07054330858566433ce5d45494699..15991b5e96400489e336691e61cb64875974f689 100644 (file)
@@ -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)