> -----Original Message----- > From: dev [mailto:dev-boun...@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.shirs...@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.dumitre...@intel.com>