summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-07-13 21:08:12 -0700
committerAlejandro Colomar <alx@kernel.org>2023-07-15 18:40:44 +0200
commit0922a95ebf443c1b3f058b6b4b0c15cc74f8a243 (patch)
tree2d9789fac61d5779ecedee03d48ef24f901b91c8
parentcfefa39a2dd87f5f811c7501bded5e3babbb050e (diff)
socket.7: tfix
Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man7/socket.72
1 files changed, 1 insertions, 1 deletions
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