From: Nikos Mavrogiannopoulos Date: Wed, 23 Jul 2014 07:15:39 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_3_6^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1937d3ac5ccabcf093ac2be64017c7b49beeb29;p=thirdparty%2Fgnutls.git doc update --- diff --git a/libdane/dane.c b/libdane/dane.c index 8c8ab35f44..a2de1f0dd2 100644 --- a/libdane/dane.c +++ b/libdane/dane.c @@ -148,9 +148,9 @@ dane_query_data(dane_query_t q, unsigned int idx, * response. * * The pointers dane_data and dane_data_len are allocated with gnutls_malloc() - * to contain a copy of the data from the query result structure (individual - * rdata items are not allocated separately). The returned data are only valid - * during the lifetime of @q. + * to contain the data from the query result structure (individual + * @dane_data items simply point to the original data and are not allocated separately). + * The returned @dane_data are only valid during the lifetime of @q. * * Returns: On success, %DANE_E_SUCCESS (0) is returned, otherwise a * negative error value.