]> granicus.if.org Git - php/commitdiff
minor typo fix in proto
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 18 Aug 2000 12:28:28 +0000 (12:28 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 18 Aug 2000 12:28:28 +0000 (12:28 +0000)
ext/standard/array.c

index 8aec490ded3a92e1274fa5f3732b471ae8437fcc..31dfd4cd00e737ef54951403991a62f5176ff8bd 100644 (file)
@@ -1926,7 +1926,7 @@ PHP_FUNCTION(array_values)
 
 
 /* {{{ proto array array_count_values(array input)
-   Return the value as key and the frequency of that value in <input> as value */
+   Return the value as key and the frequency of that value in input as value */
 PHP_FUNCTION(array_count_values)
 {
        zval       **input,             /* Input array */