From: Josh Soref Date: Fri, 12 Mar 2021 14:22:11 +0000 (-0500) Subject: Correct NetmaskGroup comment X-Git-Tag: rec-4.5.0-beta1~30^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d5607b01ed4099dc412dad18d69f6eb6005def5;p=thirdparty%2Fpdns.git Correct NetmaskGroup comment per Habbie Signed-off-by: Josh Soref --- diff --git a/pdns/iputils.hh b/pdns/iputils.hh index ded59d3e11..b0999f01ff 100644 --- a/pdns/iputils.hh +++ b/pdns/iputils.hh @@ -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 {