ethdev: fix typo in UDP tunnel API description
authorAndrew Rybchenko <arybchenko@solarflare.com>
Mon, 13 Feb 2017 10:32:23 +0000 (10:32 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Feb 2017 21:22:19 +0000 (22:22 +0100)
Fixes: 1cbe755fef47 ("ethdev: rename UDP tunnel port functions")

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
lib/librte_ether/rte_ethdev.h

index c17bbda..97f3e2d 100644 (file)
@@ -3815,7 +3815,7 @@ rte_eth_dev_rss_hash_conf_get(uint8_t port_id,
  * The packets with this UDP port will be identified as this type of tunnel.
  * Before enabling any offloading function for a tunnel, users can call this API
  * to change or add more UDP port for the tunnel. So the offloading function
- * can take effect on the packets with the sepcific UDP port.
+ * can take effect on the packets with the specific UDP port.
  *
  * @param port_id
  *   The port identifier of the Ethernet device.
@@ -3837,7 +3837,7 @@ rte_eth_dev_udp_tunnel_port_add(uint8_t port_id,
  * any more.
  * Before enabling any offloading function for a tunnel, users can call this API
  * to delete a UDP port for the tunnel. So the offloading function will not take
- * effect on the packets with the sepcific UDP port.
+ * effect on the packets with the specific UDP port.
  *
  * @param port_id
  *   The port identifier of the Ethernet device.