diff --git a/lib/dns/include/dns/name.h b/lib/dns/include/dns/name.h index ae49ef677f..6bbc3a3e83 100644 --- a/lib/dns/include/dns/name.h +++ b/lib/dns/include/dns/name.h @@ -616,7 +616,7 @@ dns_result_t dns_name_fromwire(dns_name_t *name, * * 'source' is a valid buffer of type ISC_BUFFERTYPE_BINARY, and the * first byte of the active region should be the first byte of a DNS - * wire * format message. + * wire format domain name. * * 'target' is a valid buffer of type ISC_BUFFERTYPE_BINARY or * 'target' is NULL and 'name' has a dedicated buffer.