mbuf: fix typo in comment

Misspelling of 'copied'

Fixes: c3a90c381d ("mbuf: add a copy routine")
Cc: stable@dpdk.org

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
This commit is contained in:
Stephen Hemminger 2021-09-01 16:49:44 -07:00 committed by Thomas Monjalon
parent 92854ed2b9
commit d75eed0fbe

View File

@ -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. * set of mbufs. The private data are is not copied.
* *
* @param m * @param m
* The packet mbuf to be copiedd. * The packet mbuf to be copied.
* @param mp * @param mp
* The mempool from which the "clone" mbufs are allocated. * The mempool from which the "clone" mbufs are allocated.
* @param offset * @param offset