From d75eed0fbe4b942bc6df2e2908a8b5c2c30c99aa Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 1 Sep 2021 16:49:44 -0700 Subject: [PATCH] mbuf: fix typo in comment Misspelling of 'copied' Fixes: c3a90c381daa ("mbuf: add a copy routine") Cc: stable@dpdk.org Signed-off-by: Stephen Hemminger Acked-by: Olivier Matz --- 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 a3bfc9fe9a..ec2f4bb188 100644 --- a/lib/mbuf/rte_mbuf.h +++ b/lib/mbuf/rte_mbuf.h @@ -1430,7 +1430,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