[dpdk-dev] doc: fix a typo in the programmer's guide

Message ID 20180422030337.6163-1-rami.rosen@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Rami Rosen April 22, 2018, 3:03 a.m. UTC
  This patch fixes a trivial typo in the programmer's guide.

Fixes: 1733be6d3147 ("doc: new eal multi-pthread feature")

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 doc/guides/prog_guide/env_abstraction_layer.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon April 22, 2018, 11:40 p.m. UTC | #1
22/04/2018 05:03, Rami Rosen:
> This patch fixes a trivial typo in the programmer's guide.
> 
> Fixes: 1733be6d3147 ("doc: new eal multi-pthread feature")
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied, thanks
  
Thomas Monjalon April 22, 2018, 11:42 p.m. UTC | #2
22/04/2018 05:03, Rami Rosen:
> This patch fixes a trivial typo in the programmer's guide.
> 
> Fixes: 1733be6d3147 ("doc: new eal multi-pthread feature")
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/prog_guide/env_abstraction_layer.rst b/doc/guides/prog_guide/env_abstraction_layer.rst
index 9a2fab1e3..559d0f8f9 100644
--- a/doc/guides/prog_guide/env_abstraction_layer.rst
+++ b/doc/guides/prog_guide/env_abstraction_layer.rst
@@ -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