diff --git a/lib/dns/include/dns/remote.h b/lib/dns/include/dns/remote.h index 47115b80ef..bf13767954 100644 --- a/lib/dns/include/dns/remote.h +++ b/lib/dns/include/dns/remote.h @@ -170,8 +170,7 @@ dns_remote_sourceaddr(dns_remote_t *remote); isc_sockaddr_t dns_remote_addr(dns_remote_t *remote, unsigned int i); /*%< - * Return the address at index 'i'. Returns NULL if we i is equal - * or larger than the address count. + * Return the address at index 'i'. * * Requires: * 'remote' is a valid remote structure.