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:
parent
92854ed2b9
commit
d75eed0fbe
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user