From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2A2281075 for ; Sun, 11 Jun 2017 10:42:53 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jun 2017 01:42:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,328,1493708400"; d="scan'208";a="111726235" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga005.jf.intel.com with ESMTP; 11 Jun 2017 01:42:51 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by IRSMSX101.ger.corp.intel.com ([163.33.3.153]) with mapi id 14.03.0319.002; Sun, 11 Jun 2017 09:42:51 +0100 From: "Mcnamara, John" To: Xingyou Chen CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: fix some typos in prog_guide Thread-Index: AQHS3/x7G4hLY3SMg06ejEaOA8MCeqIfWsRA Date: Sun, 11 Jun 2017 08:42:50 +0000 Message-ID: References: <20170608020924.4203-1-niatlantice@gmail.com> In-Reply-To: <20170608020924.4203-1-niatlantice@gmail.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTllYWVmOGUtMjNhNS00OTZiLWIxNTYtMjMxZGQ2YTA5NjMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InZQOXdNMjkzVFl4VERqdjNScGlxWThFNU5hd215S3lQZEJRR1J3ZUs0S2c9In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix some typos in prog_guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2017 08:42:54 -0000 > -----Original Message----- > From: Xingyou Chen [mailto:niatlantice@gmail.com] > Sent: Thursday, June 8, 2017 3:09 AM > To: Mcnamara, John > Cc: dev@dpdk.org; Xingyou Chen > Subject: [PATCH] doc: fix some typos in prog_guide >=20 > Signed-off-by: Xingyou Chen > --- > doc/guides/prog_guide/perf_opt_guidelines.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 > ------------ >=20 > -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. >=20 > They also highlight the performance-impacting coding techniques that > should, and should not be, used when developing an application using the > DPDK. Just to note on the first typo that "the DPDK" is actually correct and the original documentation was written like that and some people say it that way. In that usage I think the definite article is being associated with the "Kit" part of the spelled out acronym. However, in practice many people now use DPDK as a proper noun and omit the definite article. Either way is fine with me. Acked-by: John McNamara