From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] doc: fix typo in freebsd doc Date: Thu, 19 May 2016 15:34:06 +0100 Message-ID: <20160519143406.GA20288@bricha3-MOBL3> References: <1463668342-37148-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, john.mcnamara@intel.com To: Pablo de Lara Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C455D9ABF for ; Thu, 19 May 2016 16:34:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1463668342-37148-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 loaded into the > +After loading the contigmem module, the ``nic_uio`` must also be loaded into the 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. /Bruce