Skip to content

Commit

Permalink
doc: fix typos in flow API guide
Browse files Browse the repository at this point in the history
[ upstream commit bbf708e ]

Fixes: 3e0ceb9 ("doc: add basic howto for flow API")

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
  • Loading branch information
0day-trouble-maker authored and kevintraynor committed Aug 21, 2019
1 parent a8a9652 commit 4de76d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guides/howto/rte_flow.rst
Expand Up @@ -45,7 +45,7 @@ Code
pattern[0].type = RTE_FLOW_ITEM_TYPE_ETH;
pattern[0].spec = &eth;
/* set the vlan to pas all packets */
/* set the vlan to pass all packets */
pattern[1] = RTE_FLOW_ITEM_TYPE_VLAN;
pattern[1].spec = &vlan;
Expand Down Expand Up @@ -141,7 +141,7 @@ Code
pattern[0].type = RTE_FLOW_ITEM_TYPE_ETH;
pattern[0].spec = &eth;
/* set the vlan to pas all packets */
/* set the vlan to pass all packets */
pattern[1] = RTE_FLOW_ITEM_TYPE_VLAN;
pattern[1].spec = &vlan;
Expand Down

0 comments on commit 4de76d3

Please sign in to comment.