From 0922a95ebf443c1b3f058b6b4b0c15cc74f8a243 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 13 Jul 2023 21:08:12 -0700 Subject: socket.7: tfix Signed-off-by: Eric Biggers Signed-off-by: Alejandro Colomar --- man7/socket.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/socket.7 b/man7/socket.7 index 59a7a3f49..985f52e55 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -539,7 +539,7 @@ flows are received. It allows each worker thread to be associated with a NIC HW receive queue and service all the connection requests received on that RX queue. -This mapping between a app thread and +This mapping between an app thread and a HW NIC queue streamlines the flow of data from the NIC to the application. .TP -- cgit v1.2.3