[PATCH v2 2/2] net/ixgbe: fix spelling mistakes

Bin Zheng zhengbin.89740 at bytedance.com
Thu Dec 2 10:20:01 CET 2021


fix comment spelling mistakes

Signed-off-by: Bin Zheng <zhengbin.89740 at bytedance.com>
---
 drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c b/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c
index 5811749b95..4654d0adec 100644
--- a/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c
+++ b/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c
@@ -368,7 +368,7 @@ _recv_raw_pkts_vec(struct ixgbe_rx_queue *rxq, struct rte_mbuf **rx_pkts,
 	 * Under the circumstance that `rx_tail` wrap back to zero
 	 * and the advance speed of `rx_tail` is greater than `rxrearm_start`,
 	 * `rx_tail` will catch up with `rxrearm_start` and surpass it.
-	 * This may cause some mbufs be reused by applicaion.
+	 * This may cause some mbufs be reused by application.
 	 *
 	 * So we need to make some restrictions to ensure that
 	 * `rx_tail` will not exceed `rxrearm_start`.
-- 
2.25.1



More information about the dev mailing list