ethdev: fix a typo
[dpdk.git] / lib / librte_ethdev / rte_ethdev.h
index 6b05dc6..2be9b4b 100644 (file)
@@ -1137,7 +1137,7 @@ struct rte_eth_dev_info {
 
 /**
  * Ethernet device RX queue information structure.
- * Used to retieve information about configured queue.
+ * Used to retrieve information about configured queue.
  */
 struct rte_eth_rxq_info {
        struct rte_mempool *mp;     /**< mempool used by that queue. */