summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-04 15:16:24 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-04 15:16:24 +0100
commitccf08708c8c55ee25cd7e47b803b262576fe17c5 (patch)
tree7cba4a3cd112f00d8dc1d936b4ccfd4df30c65db
parente144a20f860a22bfacdf1c09a663f7bb264361eb (diff)
downloadlibtasn1-ccf08708c8c55ee25cd7e47b803b262576fe17c5.tar.gz
doc update
-rw-r--r--lib/decoding.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/decoding.c b/lib/decoding.c
index cd9f4d2..2293eed 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -2164,9 +2164,8 @@ static int append(uint8_t **dst, unsigned *dst_size, const uint8_t *src, unsigne
* @str_len: the length of the data
* @ber_len: the total length occupied by BER (may be %NULL)
*
- * Decodes a simple BER encoded type (e.g. a string, which is not constructed).
- * The output is an allocated value of the data. This function works for
- * OCTET STRINGS only.
+ * Decodes a BER encoded type. The output is an allocated value
+ * of the data. This function works for OCTET STRINGS only.
*
* Returns: %ASN1_SUCCESS if successful or an error value.
**/