aboutsummaryrefslogtreecommitdiffstats
path: root/doc/guides/prog_guide/perf_opt_guidelines.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides/prog_guide/perf_opt_guidelines.rst')
-rw-r--r--doc/guides/prog_guide/perf_opt_guidelines.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/prog_guide/perf_opt_guidelines.rst b/doc/guides/prog_guide/perf_opt_guidelines.rst
index 7c24aa48..286bf983 100644
--- a/doc/guides/prog_guide/perf_opt_guidelines.rst
+++ b/doc/guides/prog_guide/perf_opt_guidelines.rst
@@ -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.