]> git.droids-corp.org - dpdk.git/commitdiff
doc: fix quote
authorJingjing Wu <jingjing.wu@intel.com>
Tue, 3 Mar 2015 07:53:39 +0000 (15:53 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Mar 2015 21:16:51 +0000 (22:16 +0100)
remove the coma character by using ' character

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
doc/guides/testpmd_app_ug/testpmd_funcs.rst

index 106b3cf051e5eb1add63ab3835438f5da39da5cd..4d430ffe6f085cd4306ea175f4d87d0a0c08f944 100644 (file)
@@ -1549,7 +1549,7 @@ Configure flexible payload selection.
 
 flow_director_flex_payload (port_id) (raw|l2|l3|l4) (config)
 
-For example, to select the first 16 bytes from the offset 4 (bytes) of packets payload as flexible payload.
+For example, to select the first 16 bytes from the offset 4 (bytes) of packet's payload as flexible payload.
 
 .. code-block:: console