]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hinic/hinic_pmd_tx.c
net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / hinic / hinic_pmd_tx.c
index 2688817f37a62e0eeed5b4d69aae0e7ae4669639..f09b1a6e1ea6287dfb5745c4a56c93c07a208f44 100644 (file)
@@ -1144,7 +1144,7 @@ u16 hinic_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts, u16 nb_pkts)
                mbuf_pkt = *tx_pkts++;
                queue_info = 0;
 
-               /* 1. parse sge and tx offlod info from mbuf */
+               /* 1. parse sge and tx offload info from mbuf */
                if (unlikely(!hinic_get_sge_txoff_info(mbuf_pkt,
                                                       &sqe_info, &off_info))) {
                        txq->txq_stats.off_errs++;