From: Chris Hofstaedtler Date: Wed, 12 May 2021 09:37:28 +0000 (+0200) Subject: auth-domaincache: apply suggested comment improvement X-Git-Tag: auth-4.5.0-alpha1~7^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cabf0b27aada5a5f84aea147195787f02ac21a5c;p=thirdparty%2Fpdns.git auth-domaincache: apply suggested comment improvement --- diff --git a/pdns/auth-domaincache.hh b/pdns/auth-domaincache.hh index 1c0a69ac88..ba6432c15a 100644 --- a/pdns/auth-domaincache.hh +++ b/pdns/auth-domaincache.hh @@ -35,7 +35,7 @@ public: void replace(const vector>& domains); void add(const DNSName& domain, const int zoneId); - void setReplacePending(); //!< call this when data collection for subsequent replace() call starts. + void setReplacePending(); //!< call this when data collection for the subsequent replace() call starts. bool getEntry(const DNSName& domain, int& zoneId);