From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 78F559AE1 for ; Thu, 19 May 2016 16:37:43 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 19 May 2016 07:37:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,334,1459839600"; d="scan'208";a="970451502" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 19 May 2016 07:37:20 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.33]) by IRSMSX151.ger.corp.intel.com ([169.254.4.155]) with mapi id 14.03.0248.002; Thu, 19 May 2016 15:37:19 +0100 From: "De Lara Guarch, Pablo" To: "Richardson, Bruce" CC: "dev@dpdk.org" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH] doc: fix typo in freebsd doc Thread-Index: AQHRsdsxHBxws7SayEugiwztT0CijJ/AQoQAgAARkjA= Date: Thu, 19 May 2016 14:37:18 +0000 Message-ID: References: <1463668342-37148-1-git-send-email-pablo.de.lara.guarch@intel.com> <20160519143406.GA20288@bricha3-MOBL3> In-Reply-To: <20160519143406.GA20288@bricha3-MOBL3> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjU2ZmQ1YjktMTY4NC00NjUxLWEzM2ItZDI1MDgzMjY1NGViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik94dmh0XC9ndk5BVHlaTFNKNnM2REF3TVJVeDI0T0wzOEFIWEk3VlQrcjJRPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix typo in freebsd doc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 14:37:43 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, May 19, 2016 3:34 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH] doc: fix typo in freebsd doc >=20 > On Thu, May 19, 2016 at 03:32:22PM +0100, Pablo de Lara wrote: > > Signed-off-by: Pablo de Lara > > --- > > doc/guides/freebsd_gsg/build_dpdk.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/doc/guides/freebsd_gsg/build_dpdk.rst > b/doc/guides/freebsd_gsg/build_dpdk.rst > > index ceacf7f..edf3725 100644 > > --- a/doc/guides/freebsd_gsg/build_dpdk.rst > > +++ b/doc/guides/freebsd_gsg/build_dpdk.rst > > @@ -263,7 +263,7 @@ To avoid this error, reduce the number of buffers > or the buffer size. > > Loading the DPDK nic_uio Module > > ------------------------------- > > > > -After loading the contigmem module, the ``nic_uio must`` also be loade= d > into the > > +After loading the contigmem module, the ``nic_uio`` must also be loade= d > into the >=20 > Actually, that sentence doesn't read right. It should probably be either > "the ``nic_uio`` module" or just "``nic_uio``". "The ``nic_uio``" doesn't= sound > correct. True! Will send a v2. >=20 > /Bruce