From 67430027dc26815b75dfa321ac169163b3199d4b Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 13 Aug 2008 23:34:56 +0000 Subject: [PATCH] update comment --- includes/IP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/IP.php b/includes/IP.php index 9599cbd7db..653fbbc10d 100644 --- a/includes/IP.php +++ b/includes/IP.php @@ -153,7 +153,7 @@ class IP { /** * Given an unsigned integer, returns an IPv6 address in octet notation - * @param $ip integer IP address. + * @param $ip string hex IP * @return string */ public static function HextoOctet( $ip_hex ) { -- 2.20.1