[dpdk-dev] [PATCH] lib/librte_ether: Fix a typo

Pavel Shirshov pavel.shirshov at gmail.com
Fri Nov 10 08:55:41 CET 2017


Signed-off-by: Pavel Shirshov <pavel.shirshov at gmail.com>
---
 lib/librte_ether/rte_ethdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h
index 18e474d..341c2d6 100644
--- a/lib/librte_ether/rte_ethdev.h
+++ b/lib/librte_ether/rte_ethdev.h
@@ -1062,7 +1062,7 @@ struct rte_eth_rxq_info {
 
 /**
  * Ethernet device TX queue information structure.
- * Used to retieve information about configured queue.
+ * Used to retrieve information about configured queue.
  */
 struct rte_eth_txq_info {
 	struct rte_eth_txconf conf; /**< queue config parameters. */
-- 
2.7.4



More information about the dev mailing list