update comment
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 13 Aug 2008 23:34:56 +0000 (23:34 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 13 Aug 2008 23:34:56 +0000 (23:34 +0000)
includes/IP.php

index 9599cbd..653fbbc 100644 (file)
@@ -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 ) {