sniper          Thu May  5 19:42:03 2005 EDT

  Modified files:              
    /php-src/ext/standard       math.c 
  Log:
  fix proto
  
http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.124&r2=1.125&ty=u
Index: php-src/ext/standard/math.c
diff -u php-src/ext/standard/math.c:1.124 php-src/ext/standard/math.c:1.125
--- php-src/ext/standard/math.c:1.124   Mon May  2 08:32:21 2005
+++ php-src/ext/standard/math.c Thu May  5 19:42:03 2005
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: math.c,v 1.124 2005/05/02 12:32:21 andrey Exp $ */
+/* $Id: math.c,v 1.125 2005/05/05 23:42:03 sniper Exp $ */
 
 #include "php.h"
 #include "php_math.h"
@@ -1215,7 +1215,7 @@
 }
 
 /* {{{ proto float math_variance(array a)
-   Returns the standard deviation */
+   Returns the population variance */
 PHP_FUNCTION(math_variance)
 {
        zval *arr;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to