Remove duplicate article "an" in phrase "a single an item".
Signed-off-by: Stephen Hemminger <[email protected]> --- doc/guides/prog_guide/ethdev/flow_offload.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/ethdev/flow_offload.rst b/doc/guides/prog_guide/ethdev/flow_offload.rst index 1cd904e1ee..d51926a47c 100644 --- a/doc/guides/prog_guide/ethdev/flow_offload.rst +++ b/doc/guides/prog_guide/ethdev/flow_offload.rst @@ -109,7 +109,7 @@ However, ``rte_eth_dev_configure()`` may fail if any rules remain, so the application must flush them before attempting a reconfiguration. Keeping may be unsupported for some types of rule items and actions, as well as depending on the value of flow attributes transfer bit. -A combination of a single an item or action type +A combination of a single item or action type and a value of the transfer bit is called a rule feature. For example: a COUNT action with the transfer bit set. To test if rules with a particular feature are kept, the application must try -- 2.51.0

