From: Rami Rosen Date: Fri, 22 Mar 2019 15:17:53 +0000 (+0200) Subject: ethdev: fix a typo X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a15b7a0e53d0764b36ac9d66949d7fc1bfaa2ef4;p=dpdk.git ethdev: fix a typo This patch fixes a trivial typo in rte_ethdev.h. retieve=>retrieve Fixes: 80a1deb4c77a ("ethdev: add API to retrieve queue information") Cc: stable@dpdk.org Signed-off-by: Rami Rosen Reviewed-by: Ferruh Yigit --- diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index 6b05dc6f6e..2be9b4ba10 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -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. */