port: fix minor typo
authorAndriy Berestovskyy <andriy.berestovskyy@caviumnetworks.com>
Fri, 31 Mar 2017 13:36:36 +0000 (15:36 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 21 Apr 2017 00:15:29 +0000 (02:15 +0200)
Signed-off-by: Andriy Berestovskyy <andriy.berestovskyy@caviumnetworks.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/librte_port/rte_port_ethdev.c

index 7f7b16e..d5c5fba 100644 (file)
@@ -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];