This patch fixes a trivial typo in pci_common.c.

Signed-off-by: Rami Rosen <rami.ro...@intel.com>
---
 drivers/bus/pci/pci_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/pci/pci_common.c b/drivers/bus/pci/pci_common.c
index 94b0f41..8253a50 100644
--- a/drivers/bus/pci/pci_common.c
+++ b/drivers/bus/pci/pci_common.c
@@ -72,7 +72,7 @@ static struct rte_devargs *pci_devargs_lookup(struct 
rte_pci_device *dev)
         */
        if (devargs != NULL)
                /* If an rte_devargs exists, the generic rte_device uses the
-                * given name as its namea
+                * given name as its name
                 */
                dev->device.name = dev->device.devargs->name;
        else
-- 
1.9.1

Reply via email to