diff --git a/libraries/ip_allow_deny.lib.php b/libraries/ip_allow_deny.lib.php index 79e4db8f08..85fb82cf26 100644 --- a/libraries/ip_allow_deny.lib.php +++ b/libraries/ip_allow_deny.lib.php @@ -218,7 +218,7 @@ function PMA_ipv6MaskTest($test_range, $ip_to_test) * * @param string $type 'allow' | 'deny' type of rule to match * - * @return bool Matched a rule ? + * @return bool Whether rule has matched * * @access public *