]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 7 Apr 2015 13:50:23 +0000 (15:50 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 7 Apr 2015 13:50:23 +0000 (15:50 +0200)
lib/crypto-backend.c

index b509fabdc7462b4eef8ad109d09d18d56be4ef4f..4f8249caa1514a62225eefacdd7dca27c002cf0c 100644 (file)
@@ -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