summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-27 14:57:03 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-27 14:57:03 +0200
commit12d389b362ec08ac4f44bbf19f5c7ba6c66d0c72 (patch)
treef92ca1f8aab1521d43578a8577d4a9e1ca79a644
parent25c90bac01d56ad48ae5a6397b43c07c1a95db12 (diff)
downloadgnutls-12d389b362ec08ac4f44bbf19f5c7ba6c66d0c72.tar.gz
Doc fix.
-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 024e4deb48..d017f5ead6 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.c
@@ -195,7 +195,7 @@ gnutls_pkcs7_deinit (gnutls_pkcs7_t pkcs7)
*
* This function will convert the given DER or PEM encoded PKCS7 to
* the native #gnutls_pkcs7_t format. The output will be stored in
- * 'pkcs7'.
+ * @pkcs7.
*
* If the PKCS7 is PEM encoded it should have a header of "PKCS7".
*