Misspelling of 'copied' Fixes: c3a90c381daa ("mbuf: add a copy routine") Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- lib/mbuf/rte_mbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/mbuf/rte_mbuf.h b/lib/mbuf/rte_mbuf.h index a555f216aeeb..c8994e747169 100644 --- a/lib/mbuf/rte_mbuf.h +++ b/lib/mbuf/rte_mbuf.h @@ -1456,7 +1456,7 @@ rte_pktmbuf_clone(struct rte_mbuf *md, struct rte_mempool *mp); * set of mbufs. The private data are is not copied. * * @param m - * The packet mbuf to be copiedd. + * The packet mbuf to be copied. * @param mp * The mempool from which the "clone" mbufs are allocated. * @param offset -- 2.30.2