summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-05-26 15:25:08 +0200
committerSimon Josefsson <simon@josefsson.org>2008-05-26 15:25:08 +0200
commitad3514f37f5e2c3a05efd82a4514c78e51136cec (patch)
tree1183ba8f1f35d84a888e0c88fdccc1d549790619 /lib/gnutls_cert.c
parentb0bbd0855dde94b0e55a2a8186c6edd6b17c908b (diff)
downloadgnutls-ad3514f37f5e2c3a05efd82a4514c78e51136cec.tar.gz
Doc fix.
Diffstat (limited to 'lib/gnutls_cert.c')
-rw-r--r--lib/gnutls_cert.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 9fce4bd79e..2d5ad18ae5 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -138,8 +138,8 @@ gnutls_certificate_get_x509_cas (gnutls_certificate_credentials_t sc,
* @x509_crl_list: the exported CRL list. Should be treated as constant
* @ncrls: the number of exported CRLs
*
- * This function will export the OpenPGP keyring associated
- * with the given credentials.
+ * This function will export all the CRLs associated with the given
+ * credentials.
*
* Since: 2.4.0
**/
@@ -158,8 +158,8 @@ gnutls_certificate_get_x509_crls (gnutls_certificate_credentials_t sc,
* @sc: is an #gnutls_certificate_credentials_t structure.
* @ring: the exported keyring. Should be treated as constant
*
- * This function will export all the CRLs associated
- * with the given credentials.
+ * This function will export the OpenPGP keyring associated with the
+ * given credentials.
*
* Since: 2.4.0
**/