aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-10-26 15:40:47 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-10-27 06:27:27 +0000
commita1e76a3af8d64b400100d8ab595eeb32cd79d358 (patch)
tree1f4f9c886543e73a5b63a62df63167320302b26d
parentad7bbe691b453039980df729f32fffaf02ffd21c (diff)
crypto_request.9: Fix a typo in the manual page
- s/througput/throughput/ MFC after: 5 days
-rw-r--r--share/man/man9/crypto_request.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/crypto_request.9 b/share/man/man9/crypto_request.9
index af62b9089561..77e6a60b46de 100644
--- a/share/man/man9/crypto_request.9
+++ b/share/man/man9/crypto_request.9
@@ -383,7 +383,7 @@ depending on whether the driver is implemented by software or hardware.
dispatches the request asynchronously.
If the driver is inherently synchronous, the request is queued to a taskqueue
backed by a pool of worker threads.
-This can increase througput by allowing requests from a single producer to be
+This can increase throughput by allowing requests from a single producer to be
processed in parallel.
By default the pool is sized to provide one thread for each CPU.
Worker threads dequeue requests and pass them to the driver asynchronously.