diff --git a/lib/dns/include/dns/rdata.h b/lib/dns/include/dns/rdata.h index 6b81d9d7e1..9641c14fbd 100644 --- a/lib/dns/include/dns/rdata.h +++ b/lib/dns/include/dns/rdata.h @@ -193,7 +193,8 @@ dns_result_t dns_rdata_fromwire(dns_rdata_t *rdata, * * 'class' and 'type' are valid. * - * 'source' is a valid binary buffer. + * 'source' is a valid binary buffer, and the active region of 'source' + * references the rdata to be processed. * * 'target' is a valid binary buffer. *