Clarify comment

Fixes #12755

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-11-30 12:44:31 +01:00
parent 21b8b7d0e7
commit 22bedf1893

View File

@ -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
*