From 04cf03342775cfaaf30c5a51c859b08148f43d55 Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Sun, 29 Oct 2017 15:24:44 +0200 Subject: [PATCH] doc: fix a typo in EAL guide This patch fixes a trivial typo in DPDK programmer's guide: it should be rte_cpu_get_features() instead of rte_cpu_get_feature(). Signed-off-by: Rami Rosen Acked-by: John McNamara --- doc/guides/prog_guide/env_abstraction_layer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/env_abstraction_layer.rst b/doc/guides/prog_guide/env_abstraction_layer.rst index 4775eb3c8e..9e834fc59d 100644 --- a/doc/guides/prog_guide/env_abstraction_layer.rst +++ b/doc/guides/prog_guide/env_abstraction_layer.rst @@ -153,7 +153,7 @@ which can trigger the generation of a core file, readable by gdb. CPU Feature Identification ~~~~~~~~~~~~~~~~~~~~~~~~~~ -The EAL can query the CPU at runtime (using the rte_cpu_get_feature() function) to determine which CPU features are available. +The EAL can query the CPU at runtime (using the rte_cpu_get_features() function) to determine which CPU features are available. User Space Interrupt Event ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.20.1