]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/flow_filtering.rst
doc: fix function name in flow filtering app guide
[dpdk.git] / doc / guides / sample_app_ug / flow_filtering.rst
index 0d6fe2bb354301d2a848709588c3fcea0e1d9f64..840d557c5979ecafc431888fd679b6ebca633b54 100644 (file)
@@ -367,7 +367,7 @@ The forwarding loop can be interrupted and the application closed using
 The generate_ipv4_flow function
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-The generate_ipv4_rule function is responsible for creating the flow rule.
+The generate_ipv4_flow function is responsible for creating the flow rule.
 This function is located in the ``flow_blocks.c`` file.
 
 .. code-block:: c