doc: fix typos in perf guide
authorXingyou Chen <niatlantice@gmail.com>
Thu, 8 Jun 2017 02:14:24 +0000 (10:14 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 2 Jul 2017 17:24:22 +0000 (19:24 +0200)
Signed-off-by: Xingyou Chen <niatlantice@gmail.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/prog_guide/perf_opt_guidelines.rst

index 7c24aa4..286bf98 100644 (file)
@@ -38,7 +38,7 @@ Performance Optimization Guidelines
 Introduction
 ------------
 
-The following sections describe optimizations used in the DPDK and optimizations that should be considered for a new applications.
+The following sections describe optimizations used in DPDK and optimizations that should be considered for new applications.
 
 They also highlight the performance-impacting coding techniques that should,
 and should not be, used when developing an application using the DPDK.