doc/guides/eventdevs: removing typing error in documentation of eventdevs

Message ID 20200514152651.11557-1-m.bilal@emumba.com (mailing list archive)
State Superseded, archived
Headers
Series doc/guides/eventdevs: removing typing error in documentation of eventdevs |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot warning Travis build: failed
ci/Intel-compilation success Compilation OK

Commit Message

Muhammad Bilal May 14, 2020, 3:26 p.m. UTC
  Bugzilla ID: 477
Cc: dev@dpdk.org
Cc: stable@dpdk.org
Cc: jerinj@marvell.com
Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>
---
 doc/guides/eventdevs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Jerin Jacob May 14, 2020, 3:32 p.m. UTC | #1
On Thu, May 14, 2020 at 8:58 PM Muhammad Bilal <m.bilal@emumba.com> wrote:
>
> Bugzilla ID: 477
> Cc: dev@dpdk.org
> Cc: stable@dpdk.org
> Cc: jerinj@marvell.com
> Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>

The same typo repeated for other places as well. Please send a single
patch for fixing all in one shot.

[master][dpdk.org] $ grep -ri "trough" *
doc/guides/eventdevs/index.rst:application trough the eventdev API.
drivers/net/mlx5/mlx5.c:                 * We have to perform
identification trough the ports.
lib/librte_vhost/rte_vhost.h:    * about waiting packets. This is the
interrupt handling trough


> ---
>  doc/guides/eventdevs/index.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guides/eventdevs/index.rst b/doc/guides/eventdevs/index.rst
> index 570905b81..bb66a5eac 100644
> --- a/doc/guides/eventdevs/index.rst
> +++ b/doc/guides/eventdevs/index.rst
> @@ -5,7 +5,7 @@ Event Device Drivers
>  ====================
>
>  The following are a list of event device PMDs, which can be used from an
> -application trough the eventdev API.
> +application through the eventdev API.
>
>  .. toctree::
>      :maxdepth: 2
> --
> 2.17.1
>
  

Patch

diff --git a/doc/guides/eventdevs/index.rst b/doc/guides/eventdevs/index.rst
index 570905b81..bb66a5eac 100644
--- a/doc/guides/eventdevs/index.rst
+++ b/doc/guides/eventdevs/index.rst
@@ -5,7 +5,7 @@  Event Device Drivers
 ====================
 
 The following are a list of event device PMDs, which can be used from an
-application trough the eventdev API.
+application through the eventdev API.
 
 .. toctree::
     :maxdepth: 2