[PATCH] doc: fix typo in l3fwd sample app guide
Marat Khalili
marat.khalili at huawei.com
Mon Aug 24 17:47:14 CEST 2026
> -----Original Message-----
> From: Yang Xiaoliang <yang_xiaoliang1990 at 163.com>
> Sent: Friday 7 August 2026 08:16
> To: dev at dpdk.org
> Cc: thomas at monjalon.net; Yang Xiaoliang <yang_xiaoliang1990 at 163.com>
> Subject: [PATCH] doc: fix typo in l3fwd sample app guide
>
> Fix "menthod" typo, should be "method".
>
> Signed-off-by: Yang Xiaoliang <yang_xiaoliang1990 at 163.com>
> ---
> doc/guides/sample_app_ug/l3_forward.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guides/sample_app_ug/l3_forward.rst b/doc/guides/sample_app_ug/l3_forward.rst
> index 452bd8cc6c..0395474337 100644
> --- a/doc/guides/sample_app_ug/l3_forward.rst
> +++ b/doc/guides/sample_app_ug/l3_forward.rst
> @@ -210,7 +210,7 @@ In this command:
>
> * The --mode option defines PMD to be used for packet I/O.
>
> -* The --eventq-sched option enables synchronization menthod of event queue so that packets will be
> scheduled accordingly.
> +* The --eventq-sched option enables synchronization method of event queue so that packets will be
> scheduled accordingly.
>
> If application uses S/W scheduler, it uses following DPDK services:
>
> --
> 2.43.0
Acked-by: Marat Khalili <marat.khalili at huawei.com>
Consider also running this line through an LLM for better flow.
More information about the dev
mailing list