git: 29f2f316a179 - stable/14 - crypto_request.9: Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 19 Nov 2025 10:15:38 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=29f2f316a179cf6c4c7bd9b45b6637bea05c67b1

commit 29f2f316a179cf6c4c7bd9b45b6637bea05c67b1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:40:47 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-19 10:15:28 +0000

    crypto_request.9: Fix a typo in the manual page
    
    - s/througput/throughput/
    
    (cherry picked from commit a1e76a3af8d64b400100d8ab595eeb32cd79d358)
---
 share/man/man9/crypto_request.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/crypto_request.9 b/share/man/man9/crypto_request.9
index 45c3b62eea26..0cbcd1c01c50 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.