[dpdk-dev] [PATCH] lib: fix a typo in kni header file (doxygen)

Rami Rosen rami.rosen at intel.com
Sat Nov 4 15:28:28 CET 2017


This patch fixes a trivial typo in rte_kni.h header 
file (librte_kni).

Signed-off-by: Rami Rosen <rami.rosen at intel.com>
---
 lib/librte_kni/rte_kni.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_kni/rte_kni.h b/lib/librte_kni/rte_kni.h
index 87812cd..d195079 100644
--- a/lib/librte_kni/rte_kni.h
+++ b/lib/librte_kni/rte_kni.h
@@ -118,7 +118,7 @@ struct rte_kni_conf {
  * elements for each KNI interface allocated.
  *
  * @param pktmbuf_pool
- *  The mempool for allocting mbufs for packets.
+ *  The mempool for allocating mbufs for packets.
  * @param conf
  *  The pointer to the configurations of the KNI device.
  * @param ops
-- 
1.9.1



More information about the dev mailing list