mbuf: fix typo in comment
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 1 Sep 2021 23:49:44 +0000 (16:49 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 13 Oct 2021 17:02:18 +0000 (19:02 +0200)
Misspelling of 'copied'

Fixes: c3a90c381daa ("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>
lib/mbuf/rte_mbuf.h

index a3bfc9f..ec2f4bb 100644 (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.
  *
  * @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