]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Correct NetmaskGroup comment
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:11 +0000 (09:22 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:46 +0000 (09:22 -0500)
per Habbie

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/iputils.hh

index ded59d3e11be9109915a51ff997d2897b69069e3..b0999f01ff1f51fb5f4dac5996494e09d029010e 100644 (file)
@@ -1277,7 +1277,7 @@ private:
 };
 
 /** This class represents a group of supplemental Netmask classes. An IP address matches
-    if it is matched by zero or more of the Netmask classes within.
+    if it is matched by one or more of the Netmask objects within.
 */
 class NetmaskGroup
 {