pci: fix spelling in comment

Minor spelling error in comment.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2017-07-06 08:28:12 -07:00 committed by Thomas Monjalon
parent c7fe1eea8a
commit b17e432951

View 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)