[dpdk-dev] lib/librte_pipeline: Fix a typo

Message ID 1510301847-18725-1-git-send-email-pavel.shirshov@gmail.com (mailing list archive)
State Accepted, archived
Headers

Checks

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

Commit Message

Pavel Shirshov Nov. 10, 2017, 8:17 a.m. UTC
  Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>
---
 lib/librte_pipeline/rte_pipeline.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Cristian Dumitrescu Nov. 10, 2017, 11:11 a.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pavel Shirshov
> Sent: Friday, November 10, 2017 8:17 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] lib/librte_pipeline: Fix a typo
> 
> Signed-off-by: Pavel Shirshov <pavel.shirshov@gmail.com>
> ---
>  lib/librte_pipeline/rte_pipeline.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/librte_pipeline/rte_pipeline.h
> b/lib/librte_pipeline/rte_pipeline.h
> index f366348..fdc44a7 100644
> --- a/lib/librte_pipeline/rte_pipeline.h
> +++ b/lib/librte_pipeline/rte_pipeline.h
> @@ -483,7 +483,7 @@ int rte_pipeline_table_entry_delete(struct
> rte_pipeline *p,
>   * @param keys
>   *   Array containing table entry keys
>   * @param entries
> - *   Array containung new contents for every table entry identified by key
> + *   Array containing new contents for every table entry identified by key
>   * @param n_keys
>   *   Number of keys to add
>   * @param key_found
> --
> 2.7.4

Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
  

Patch

diff --git a/lib/librte_pipeline/rte_pipeline.h b/lib/librte_pipeline/rte_pipeline.h
index f366348..fdc44a7 100644
--- a/lib/librte_pipeline/rte_pipeline.h
+++ b/lib/librte_pipeline/rte_pipeline.h
@@ -483,7 +483,7 @@  int rte_pipeline_table_entry_delete(struct rte_pipeline *p,
  * @param keys
  *   Array containing table entry keys
  * @param entries
- *   Array containung new contents for every table entry identified by key
+ *   Array containing new contents for every table entry identified by key
  * @param n_keys
  *   Number of keys to add
  * @param key_found