* [dpdk-dev] [PATCH] lib: fix a typo in kni header file (doxygen)
@ 2017-11-04 14:28 Rami Rosen
2017-11-06 18:55 ` Ferruh Yigit
2017-11-07 0:44 ` Thomas Monjalon
0 siblings, 2 replies; 3+ messages in thread
From: Rami Rosen @ 2017-11-04 14:28 UTC (permalink / raw)
To: dev; +Cc: Rami Rosen
This patch fixes a trivial typo in rte_kni.h header
file (librte_kni).
Signed-off-by: Rami Rosen <rami.rosen@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-11-07 0:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-04 14:28 [dpdk-dev] [PATCH] lib: fix a typo in kni header file (doxygen) Rami Rosen
2017-11-06 18:55 ` Ferruh Yigit
2017-11-07 0:44 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).