summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-05-22 23:18:57 +0200
committerSimon Josefsson <simon@josefsson.org>2010-05-22 23:18:57 +0200
commitc98f02485168c0cd053245c9cacb3cec34339376 (patch)
tree43af8aa40400ad46280f6583562a85821e3c8688
parente8a9217ac7fe8281b5e1a2f841e266fc0e566541 (diff)
downloadgnutls-c98f02485168c0cd053245c9cacb3cec34339376.tar.gz
Doc fix.
-rw-r--r--lib/x509/crl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/crl.c b/lib/x509/crl.c
index 47f3a827b5..c2f4a8edce 100644
--- a/lib/x509/crl.c
+++ b/lib/x509/crl.c
@@ -621,7 +621,7 @@ cleanup:
* This function will export the revocation list to DER or PEM format.
*
* If the buffer provided is not long enough to hold the output, then
- * ¤GNUTLS_E_SHORT_MEMORY_BUFFER will be returned.
+ * %GNUTLS_E_SHORT_MEMORY_BUFFER will be returned.
*
* If the structure is PEM encoded, it will have a header
* of "BEGIN X509 CRL".