From ef486d2e8eb518bfed5d0f195ea53a4745652eb5 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 28 Jun 1999 07:01:24 +0000 Subject: [PATCH] fixed misleading comment --- lib/dns/include/dns/name.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.