summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs7.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-20 14:04:26 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-20 14:04:26 +0100
commitd5f333c3159004625c3ebcc4edaf1dbd2bc6655c (patch)
treedf3995c3eb12c4f275adfa70041d5960e835865f /lib/x509/pkcs7.c
parent47a0d7fbeb7ea1b9b49b102c5223496a42f95122 (diff)
downloadgnutls-d5f333c3159004625c3ebcc4edaf1dbd2bc6655c.tar.gz
doc: avoid mentioning pointers when not needed
Diffstat (limited to 'lib/x509/pkcs7.c')
-rw-r--r--lib/x509/pkcs7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/pkcs7.c b/lib/x509/pkcs7.c
index b15db8cdf6..d26d6fb1fc 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.c
@@ -171,7 +171,7 @@ int gnutls_pkcs7_init(gnutls_pkcs7_t * pkcs7)
/**
* gnutls_pkcs7_deinit:
- * @pkcs7: A pointer to the type to be initialized
+ * @pkcs7: the type to be deinitialized
*
* This function will deinitialize a PKCS7 type.
**/