]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_port/rte_port_ethdev.c
app/testeventdev: launch order lcores
[dpdk.git] / lib / librte_port / rte_port_ethdev.c
index 7f7b16e71809082b287ba8bfe6ef542f6584101a..d5c5fba5528df705833c2ea1afb0ac993ea7a08b 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];