From: Dekel Peled Date: Sun, 31 Mar 2019 10:36:11 +0000 (+0300) Subject: app/testpmd: fix typo in comment X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=51db3a89b2da78af9ae95ca3d9a390bb07eda496;p=dpdk.git app/testpmd: fix typo in comment Correct minor typing mistake: then ==> the Fixes: 79bec05b32b7 ("app/testpmd: add ability to split outgoing packets") Cc: stable@dpdk.org Signed-off-by: Dekel Peled Acked-by: Bernard Iremonger --- diff --git a/app/test-pmd/csumonly.c b/app/test-pmd/csumonly.c index ffeee20511..f4f2a7b298 100644 --- a/app/test-pmd/csumonly.c +++ b/app/test-pmd/csumonly.c @@ -575,7 +575,7 @@ mbuf_copy_split(const struct rte_mbuf *ms, struct rte_mbuf *md[], /* * Allocate a new mbuf with up to tx_pkt_nb_segs segments. - * Copy packet contents and offload information into then new segmented mbuf. + * Copy packet contents and offload information into the new segmented mbuf. */ static struct rte_mbuf * pkt_copy_split(const struct rte_mbuf *pkt)