diff mbox

doc: fix some typos in prog_guide

Message ID 20170608021424.4627-1-niatlantice@gmail.com
State New
Headers show

Commit Message

Xingyou Chen June 8, 2017, 2:14 a.m. UTC
Signed-off-by: Xingyou Chen <niatlantice@gmail.com>

---
 doc/guides/prog_guide/perf_opt_guidelines.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.0

Comments

Mcnamara, John June 11, 2017, 8:46 a.m. UTC | #1
> -----Original Message-----

> From: Xingyou Chen [mailto:niatlantice@gmail.com]

> Sent: Thursday, June 8, 2017 3:14 AM

> To: Mcnamara, John <john.mcnamara@intel.com>

> Cc: dev@dpdk.org; Xingyou Chen <niatlantice@gmail.com>

> Subject: [PATCH] doc: fix some typos in prog_guide

> 

> Signed-off-by: Xingyou Chen <niatlantice@gmail.com>


Acked-by: John McNamara <john.mcnamara@intel.com>
Thomas Monjalon July 2, 2017, 5:25 p.m. UTC | #2
> > Signed-off-by: Xingyou Chen <niatlantice@gmail.com>

> 

> Acked-by: John McNamara <john.mcnamara@intel.com>


Applied, thanks
diff mbox

Patch

diff --git a/doc/guides/prog_guide/perf_opt_guidelines.rst b/doc/guides/prog_guide/perf_opt_guidelines.rst
index 7c24aa485..286bf9837 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.