doc: fix a typo in EAL guide
authorRami Rosen <rami.rosen@intel.com>
Sun, 29 Oct 2017 13:24:44 +0000 (15:24 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Nov 2017 01:01:17 +0000 (02:01 +0100)
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 <rami.rosen@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/prog_guide/env_abstraction_layer.rst

index 4775eb3..9e834fc 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~