From a92b9e40ce2b48352303ba2ced796c9a04b36dd1 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Tue, 22 Nov 2022 16:30:19 +0100 Subject: [PATCH] Small comment change in remote.h header file The documentation for 'dns_remote_addr()' was incorrect (copy paste error). --- lib/dns/include/dns/remote.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.