Fix "menthod" typo, should be "method". Signed-off-by: Yang Xiaoliang <[email protected]> --- 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

