From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xingyou Chen Subject: [PATCH] doc: fix some typos in prog_guide Date: Thu, 8 Jun 2017 10:14:24 +0800 Message-ID: <20170608021424.4627-1-niatlantice@gmail.com> Cc: dev@dpdk.org, Xingyou Chen To: john.mcnamara@intel.com Return-path: Received: from mail-pf0-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by dpdk.org (Postfix) with ESMTP id F3D312BBD for ; Thu, 8 Jun 2017 04:14:37 +0200 (CEST) Received: by mail-pf0-f193.google.com with SMTP id u1so3361433pfg.1 for ; Wed, 07 Jun 2017 19:14:37 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Xingyou Chen --- doc/guides/prog_guide/perf_opt_guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0