From c1937d3ac5ccabcf093ac2be64017c7b49beeb29 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 23 Jul 2014 09:15:39 +0200 Subject: doc update --- libdane/dane.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libdane/dane.c') 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. -- cgit v1.2.1