From a9cf8ad6514689903c497af8e082c62913885c1f Mon Sep 17 00:00:00 2001 From: Yao Zhao Date: Tue, 15 Jul 2014 10:06:03 -0400 Subject: [PATCH] port: fix doxygen comment Fix doxygen comment for rte_port_out_op_flush. Signed-off-by: Yao Zhao Acked-by: Thomas Monjalon --- lib/librte_port/rte_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_port/rte_port.h b/lib/librte_port/rte_port.h index 0934b003e4..1d763c2ece 100644 --- a/lib/librte_port/rte_port.h +++ b/lib/librte_port/rte_port.h @@ -165,7 +165,7 @@ typedef int (*rte_port_out_op_tx_bulk)( uint64_t pkts_mask); /** - * Output port free + * Output port flush * * @param port * Handle to output port instance -- 2.20.1