This patch fixes a trivial typo in rte_ethdev.h. retieve=>retrieve Fixes: 80a1deb4c77a ("ethdev: add API to retrieve queue information") Cc: sta...@dpdk.org
Signed-off-by: Rami Rosen <ramir...@gmail.com> --- lib/librte_ethdev/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index a3c864a13..dc8d072e8 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -1135,7 +1135,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. */ -- 2.19.2