config: fix comment
authorHerakliusz Lipiec <herakliusz.lipiec@intel.com>
Mon, 29 May 2017 14:56:50 +0000 (15:56 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 4 Jun 2017 11:18:06 +0000 (13:18 +0200)
Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation")

Signed-off-by: Herakliusz Lipiec <herakliusz.lipiec@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
config/common_base

index 8907bea..c858769 100644 (file)
@@ -139,7 +139,7 @@ CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y
 #
 # Turn off Tx preparation stage
 #
-# Warning: rte_ethdev_tx_prepare() can be safely disabled only if using a
+# Warning: rte_eth_tx_prepare() can be safely disabled only if using a
 # driver which do not implement any Tx preparation.
 #
 CONFIG_RTE_ETHDEV_TX_PREPARE_NOOP=n