net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / hinic / hinic_pmd_tx.c
index 2688817..f09b1a6 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++;