ethdev: fix typo in a comment
authorRami Rosen <rami.rosen@intel.com>
Sat, 25 Jun 2016 15:53:40 +0000 (18:53 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 30 Jun 2016 16:51:20 +0000 (18:51 +0200)
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
lib/librte_ether/rte_ethdev.h

index ebe6578..624096c 100644 (file)
  * 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