[dpdk-dev] librte_ether: Fix a typo in rte_ethdev.h

Message ID 1466870020-26591-1-git-send-email-rami.rosen@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Rami Rosen June 25, 2016, 3:53 p.m. UTC
  This patch fixes a typo in librte_ether/rte_ethdev.h.
 
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 lib/librte_ether/rte_ethdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon June 30, 2016, 4:43 p.m. UTC | #1
2016-06-25 18:53, Rami Rosen:
> This patch fixes a typo in librte_ether/rte_ethdev.h.
>  
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied, thanks
  

Patch

diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h
index 45482f1..2dab75c 100644
--- a/lib/librte_ether/rte_ethdev.h
+++ b/lib/librte_ether/rte_ethdev.h
@@ -102,7 +102,7 @@ 
  * rte_eth_dev_configure(), rte_eth_tx_queue_setup(), or
  * rte_eth_rx_queue_setup()), it must call rte_eth_dev_stop() first to stop the
  * device and then do the reconfiguration before calling rte_eth_dev_start()
- * again. The tramsit and receive functions should not be invoked when the
+ * again. The transmit and receive functions should not be invoked when the
  * device is stopped.
  *
  * Please note that some configuration is not stored between calls to