pipeline: add check against loops
[dpdk.git] / drivers / net / mlx5 / mlx5_rxtx_vec_altivec.h
index 423e229..f6e434c 100644 (file)
@@ -1230,7 +1230,7 @@ rxq_cq_process_v(struct mlx5_rxq_data *rxq, volatile struct mlx5_cqe *cq,
                        uint32_t mask = rxq->flow_meta_port_mask;
                        uint32_t metadata;
 
-                       /* This code is subject for futher optimization. */
+                       /* This code is subject for further optimization. */
                        metadata = rte_be_to_cpu_32
                                (cq[pos].flow_table_metadata) & mask;
                        *RTE_MBUF_DYNFIELD(pkts[pos], offs, uint32_t *) =