From: Wouter Wijngaards Date: Wed, 17 May 2017 13:26:26 +0000 (+0000) Subject: commentfix. X-Git-Tag: release-1.6.4rc1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40e8ae321935d1631c7f1636f56eea30bebd9ea;p=thirdparty%2Funbound.git commentfix. git-svn-id: file:///svn/unbound/trunk@4170 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/ipsecmod/ipsecmod.h b/ipsecmod/ipsecmod.h index eca924095..e00816d4b 100644 --- a/ipsecmod/ipsecmod.h +++ b/ipsecmod/ipsecmod.h @@ -66,7 +66,7 @@ struct ipsecmod_qstate { /** If the qname is whitelisted or not. */ /** NOTE: No whitelist means all qnames are whitelisted. */ int is_whitelisted; - /** Pointer to IPSECKEY rrset allocated in the above region. NULL if there + /** Pointer to IPSECKEY rrset allocated in the qstate region. NULL if there * was no IPSECKEY reply from the subquery. */ struct ub_packed_rrset_key* ipseckey_rrset; /** If the IPSECKEY subquery has finished. */