From: Andrew Rybchenko Date: Mon, 13 Feb 2017 10:32:23 +0000 (+0000) Subject: ethdev: fix typo in UDP tunnel API description X-Git-Tag: spdx-start~4492 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=549b3587f5cb353d967050ef50537599c13c67fc;p=dpdk.git ethdev: fix typo in UDP tunnel API description Fixes: 1cbe755fef47 ("ethdev: rename UDP tunnel port functions") Signed-off-by: Andrew Rybchenko --- diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index c17bbda8bc..97f3e2d4ac 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -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.