Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API")
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Jerin Jacob <[email protected]>
---
doc/guides/howto/rte_flow.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/howto/rte_flow.rst b/doc/guides/howto/rte_flow.rst
index 4cc8edc10..caa4e1afd 100644
--- a/doc/guides/howto/rte_flow.rst
+++ b/doc/guides/howto/rte_flow.rst
@@ -248,7 +248,7 @@ Code
/* end the pattern array */
pattern[2].type = RTE_FLOW_ITEM)TYPE_END;
- /* create the drop action */
+ /* create the queue action */
actions[0].type = RTE_FLOW_ACTION_TYPE_QUEUE;
actions[0].conf = &queue
actions[1].type = RTE_FLOW_ACTION_TYPE_END;
--
2.17.0