From a9cf8ad6514689903c497af8e082c62913885c1f Mon Sep 17 00:00:00 2001
From: Yao Zhao <yao.zhao@windriver.com>
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 <yao.zhao@windriver.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 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.39.5