[PATCH] doc: fix typo in l3fwd sample app guide
Yang Xiaoliang
yang_xiaoliang1990 at 163.com
Fri Aug 7 09:15:46 CEST 2026
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
More information about the dev
mailing list