summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-04-07 15:50:23 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-04-07 15:50:23 +0200
commitfc84f938e2f669d8edb090e0945fe60ba73d75ff (patch)
tree854f307ea399d16c4883f5909e1bd8323452a025
parent59696c1915f87e5eccd6061c0461bcaac28ebfc1 (diff)
downloadgnutls-fc84f938e2f669d8edb090e0945fe60ba73d75ff.tar.gz
doc update
-rw-r--r--lib/crypto-backend.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/crypto-backend.c b/lib/crypto-backend.c
index b509fabdc7..4f8249caa1 100644
--- a/lib/crypto-backend.c
+++ b/lib/crypto-backend.c
@@ -151,8 +151,8 @@ void _gnutls_crypto_deregister(void)
* priority of 90 and CPU-assisted of 80. The algorithm with the lowest priority will be
* used by gnutls.
*
- * In the case the registered init function return %GNUTLS_E_NEED_FALLBACK
- * then GnuTLS will attempt to use the next in priority registered cipher.
+ * In the case the registered init function returns %GNUTLS_E_NEED_FALLBACK,
+ * GnuTLS will attempt to use the next in priority registered cipher.
*
* This function should be called before gnutls_global_init().
*
@@ -196,8 +196,8 @@ const gnutls_crypto_cipher_st
* priority of 90 and CPU-assisted of 80. The algorithm with the lowest priority will be
* used by gnutls.
*
- * In the case the registered init function return %GNUTLS_E_NEED_FALLBACK
- * then GnuTLS will attempt to use the next in priority registered cipher.
+ * In the case the registered init function returns %GNUTLS_E_NEED_FALLBACK,
+ * GnuTLS will attempt to use the next in priority registered cipher.
*
* The functions which are marked as non-AEAD they are not required when
* registering a cipher to be used with the new AEAD API introduced in