doc: fix a typo in the EAL guide
authorRami Rosen <rami.rosen@intel.com>
Sun, 22 Apr 2018 03:03:37 +0000 (23:03 -0400)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 22 Apr 2018 23:47:59 +0000 (01:47 +0200)
This patch fixes a trivial typo in the programmer's guide.

Fixes: 1733be6d3147 ("doc: new eal multi-pthread feature")
Cc: stable@dpdk.org
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
doc/guides/prog_guide/env_abstraction_layer.rst

index 9a2fab1..559d0f8 100644 (file)
@@ -341,7 +341,7 @@ Known Issues
 
 + rte_timer
 
-  Running  ``rte_timer_manager()`` on a non-EAL pthread is not allowed. However, resetting/stopping the timer from a non-EAL pthread is allowed.
+  Running  ``rte_timer_manage()`` on a non-EAL pthread is not allowed. However, resetting/stopping the timer from a non-EAL pthread is allowed.
 
 + rte_log