doc: fix typo in EAL guide

Message ID 20190616144056.14459-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Headers
Series doc: fix typo in EAL guide |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK

Commit Message

Thomas Monjalon June 16, 2019, 2:40 p.m. UTC
  The EAL init diagram had a typo for "lauch"
instead of "launch".

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 doc/guides/prog_guide/img/linuxapp_launch.svg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

David Marchand June 16, 2019, 4:31 p.m. UTC | #1
On Sun, Jun 16, 2019 at 4:41 PM Thomas Monjalon <thomas@monjalon.net> wrote:

> The EAL init diagram had a typo for "lauch"
> instead of "launch".
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  doc/guides/prog_guide/img/linuxapp_launch.svg | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/guides/prog_guide/img/linuxapp_launch.svg
> b/doc/guides/prog_guide/img/linuxapp_launch.svg
> index 3af560554..835ed774e 100644
> --- a/doc/guides/prog_guide/img/linuxapp_launch.svg
> +++ b/doc/guides/prog_guide/img/linuxapp_launch.svg
> @@ -659,7 +659,7 @@
>           sodipodi:role="line"
>           id="tspan11522"
>           x="69.303398"
> -         y="858.42419">rte_eal_remote_lauch(app)</tspan></text>
> +         y="858.42419">rte_eal_remote_launch(app)</tspan></text>
>      <path
>
> style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
>         d="m 176.30173,890.61234 0,15.67127"
> @@ -692,7 +692,7 @@
>           sodipodi:role="line"
>           id="tspan11522-1"
>           x="87.641663"
> -         y="644.07324">rte_eal_remote_lauch(</tspan><tspan
> +         y="644.07324">rte_eal_remote_launch(</tspan><tspan
>           sodipodi:role="line"
>           x="87.641663"
>           y="664.07324"
> --
> 2.21.0
>
>
Reviewed-by: David Marchand <david.marchand@redhat.com>
  
Thomas Monjalon June 17, 2019, 7:48 a.m. UTC | #2
16/06/2019 19:31, David Marchand:
> On Sun, Jun 16, 2019 at 4:41 PM Thomas Monjalon <thomas@monjalon.net> wrote:
> 
> > The EAL init diagram had a typo for "lauch"
> > instead of "launch".
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> Reviewed-by: David Marchand <david.marchand@redhat.com>

Applied
  

Patch

diff --git a/doc/guides/prog_guide/img/linuxapp_launch.svg b/doc/guides/prog_guide/img/linuxapp_launch.svg
index 3af560554..835ed774e 100644
--- a/doc/guides/prog_guide/img/linuxapp_launch.svg
+++ b/doc/guides/prog_guide/img/linuxapp_launch.svg
@@ -659,7 +659,7 @@ 
          sodipodi:role="line"
          id="tspan11522"
          x="69.303398"
-         y="858.42419">rte_eal_remote_lauch(app)</tspan></text>
+         y="858.42419">rte_eal_remote_launch(app)</tspan></text>
     <path
        style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
        d="m 176.30173,890.61234 0,15.67127"
@@ -692,7 +692,7 @@ 
          sodipodi:role="line"
          id="tspan11522-1"
          x="87.641663"
-         y="644.07324">rte_eal_remote_lauch(</tspan><tspan
+         y="644.07324">rte_eal_remote_launch(</tspan><tspan
          sodipodi:role="line"
          x="87.641663"
          y="664.07324"