summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-29 12:40:11 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-29 12:40:11 +0100
commit66b2d944bb489463649313b5a0a534e0cd8d8b70 (patch)
tree13eabf613712c7c14b72ff68aeec7dbe5252d05d /lib
parentd6e9235cc0aa9b1bb2760ceba534e357b54d2e92 (diff)
downloadgnutls-66b2d944bb489463649313b5a0a534e0cd8d8b70.tar.gz
corrected typo
Diffstat (limited to 'lib')
-rw-r--r--lib/accelerated/cryptodev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/accelerated/cryptodev.c b/lib/accelerated/cryptodev.c
index f3d8805997..6a2f2fc3cb 100644
--- a/lib/accelerated/cryptodev.c
+++ b/lib/accelerated/cryptodev.c
@@ -192,7 +192,7 @@ register_crypto (int cfd)
if (gnutls_cipher_map[i] == 0)
continue;
- /* test if a cipher is support it and if yes register it */
+ /* test if a cipher is supported and if yes register it */
sess.cipher = gnutls_cipher_map[i];
sess.keylen = gnutls_cipher_get_key_size (i);
sess.key = fake_key;