]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-domaincache: apply suggested comment improvement
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Wed, 12 May 2021 09:37:28 +0000 (11:37 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Sat, 15 May 2021 22:45:45 +0000 (00:45 +0200)
pdns/auth-domaincache.hh

index 1c0a69ac8872578dd26362236322ce33d20a81c9..ba6432c15a7b3b9e0e447886dbf01a192649329a 100644 (file)
@@ -35,7 +35,7 @@ public:
 
   void replace(const vector<tuple<DNSName, int>>& 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);