aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2022-11-02 16:41:48 +0000
committerAlan Somers <asomers@FreeBSD.org>2022-11-02 17:09:06 +0000
commit002c47badee59be58cb84fd74624594d22e14276 (patch)
tree6e44a0c6bc54434f909e80fe0b29c52b2db68ab0 /sys/opencrypto
parent631b82aca0fd41c8e0d48eebdb9c4e38b7306472 (diff)
downloadsrc-002c47badee59be58cb84fd74624594d22e14276.tar.gz
src-002c47badee59be58cb84fd74624594d22e14276.zip
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c
index ec2a639e04ce..25bbc9a4bf70 100644
--- a/sys/opencrypto/crypto.c
+++ b/sys/opencrypto/crypto.c
@@ -149,8 +149,8 @@ SYSCTL_NODE(_kern, OID_AUTO, crypto, CTLFLAG_RW, 0,
"In-kernel cryptography");
/*
- * Taskqueue used to dispatch the crypto requests
- * that have the CRYPTO_F_ASYNC flag
+ * Taskqueue used to dispatch the crypto requests submitted with
+ * crypto_dispatch_async .
*/
static struct taskqueue *crypto_tq;