summaryrefslogtreecommitdiff
path: root/lib/minitasn1
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-27 16:16:57 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-07-23 14:10:44 +0200
commita6975081adb6a420ae499b4df0b211c9b3f16f91 (patch)
treecd818a46b9aa8fda15f6d8781444b2a9627a5083 /lib/minitasn1
parente04f3fa37f950f91b4280f32687e9a47b8bf5828 (diff)
downloadgnutls-a6975081adb6a420ae499b4df0b211c9b3f16f91.tar.gz
documentation fixes
Diffstat (limited to 'lib/minitasn1')
-rw-r--r--lib/minitasn1/decoding.c2
-rw-r--r--lib/minitasn1/errors.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/minitasn1/decoding.c b/lib/minitasn1/decoding.c
index 8c8b01fd32..ae32c98b03 100644
--- a/lib/minitasn1/decoding.c
+++ b/lib/minitasn1/decoding.c
@@ -168,7 +168,7 @@ asn1_get_tag_der (const unsigned char *der, int der_len,
* asn1_get_length_der() is that this function will return a length
* even if the value has indefinite encoding.
*
- * Returns: Return the decoded length value, or negative value when
+ * Returns: Return the decoded length value, or negative error code when
* the value was too big.
*
* Since: 2.0
diff --git a/lib/minitasn1/errors.c b/lib/minitasn1/errors.c
index 052c64ff3b..271158d9d8 100644
--- a/lib/minitasn1/errors.c
+++ b/lib/minitasn1/errors.c
@@ -85,7 +85,7 @@ asn1_perror (asn1_retCode error)
*
* This function replaces libtasn1_strerror() in older libtasn1.
*
- * Returns: Pointer to static zero-terminated string describing error
+ * Returns: Pointer to static (0)-terminated string describing error
* code.
*
* Since: 1.6
@@ -130,7 +130,7 @@ libtasn1_perror (asn1_retCode error)
* similar to strerror. The only difference is that it accepts an
* error (number) returned by a libtasn1 function.
*
- * Returns: Pointer to static zero-terminated string describing error
+ * Returns: Pointer to static (0)-terminated string describing error
* code.
*
* Deprecated: Use asn1_strerror() instead.