aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-08-11 16:53:45 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-08-11 16:53:45 +0000
commita920a976afbc916d539244b0906d98d2b16bac35 (patch)
tree123ad60a79914b8ce381e03775c09fc3471f0beb /sys/opencrypto
parent0cc88f266db6ea02de47c03b3908435115cc1b66 (diff)
downloadsrc-a920a976afbc916d539244b0906d98d2b16bac35.tar.gz
src-a920a976afbc916d539244b0906d98d2b16bac35.zip
Fix typo in comment.
Notes
Notes: svn path=/head/; revision=211181
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/cryptodev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c
index ddc8e750b603..8edbc8e1327d 100644
--- a/sys/opencrypto/cryptodev.c
+++ b/sys/opencrypto/cryptodev.c
@@ -506,7 +506,7 @@ cryptof_ioctl(
}
}
- /* NB: CIOGSESSION2 has the crid */
+ /* NB: CIOCGSESSION2 has the crid */
if (cmd == CIOCGSESSION2
#ifdef COMPAT_FREEBSD32
|| cmd == CIOCGSESSION232