doc: fix a typo in flow API howto
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Sun, 27 May 2018 18:55:58 +0000 (00:25 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 27 May 2018 23:36:42 +0000 (01:36 +0200)
Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
doc/guides/howto/rte_flow.rst

index 4cc8edc..caa4e1a 100644 (file)
@@ -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;