[dpdk-dev] doc: fix typo in freebsd doc

Message ID 1463668342-37148-1-git-send-email-pablo.de.lara.guarch@intel.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

De Lara Guarch, Pablo May 19, 2016, 2:32 p.m. UTC
  Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 doc/guides/freebsd_gsg/build_dpdk.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Bruce Richardson May 19, 2016, 2:34 p.m. UTC | #1
On Thu, May 19, 2016 at 03:32:22PM +0100, Pablo de Lara wrote:
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  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
  
De Lara Guarch, Pablo May 19, 2016, 2:37 p.m. UTC | #2
> -----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
> 
> On Thu, May 19, 2016 at 03:32:22PM +0100, Pablo de Lara wrote:
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> > ---
> >  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.

True! Will send a v2.
> 
> /Bruce
  

Patch

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
 running kernel prior to running any DPDK application.  This module must
 be loaded using the kldload command as shown below (assuming that the current
 directory is the DPDK target directory).