From: Andriy Berestovskyy Date: Fri, 31 Mar 2017 13:36:36 +0000 (+0200) Subject: port: fix minor typo X-Git-Tag: spdx-start~3421 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=871b8b8c7d44fce50ccda5721f0d063f62451f39;p=dpdk.git port: fix minor typo Signed-off-by: Andriy Berestovskyy Acked-by: Cristian Dumitrescu --- diff --git a/lib/librte_port/rte_port_ethdev.c b/lib/librte_port/rte_port_ethdev.c index 7f7b16e718..d5c5fba552 100644 --- a/lib/librte_port/rte_port_ethdev.c +++ b/lib/librte_port/rte_port_ethdev.c @@ -456,8 +456,8 @@ rte_port_ethdev_writer_nodrop_tx_bulk(void *port, return 0; /* - * If we didnt manage to send all packets in single burst, move - * remaining packets to the buffer and call send burst. + * If we did not manage to send all packets in single burst, + * move remaining packets to the buffer and call send burst. */ for (; n_pkts_ok < n_pkts; n_pkts_ok++) { struct rte_mbuf *pkt = pkts[n_pkts_ok];