diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-15 14:23:07 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-15 14:23:07 +0000 |
commit | 052d5fc85d074f82557c8bb538874a9d7ab5f854 (patch) | |
tree | 9d63e5c3090b2713e38b3e5c354429c4ffea9c93 /ext/gmp/gmp.c | |
parent | c51651dee2e1d6d476e8dca6aa5160ff00113057 (diff) | |
download | php-git-052d5fc85d074f82557c8bb538874a9d7ab5f854.tar.gz |
proto fix
Diffstat (limited to 'ext/gmp/gmp.c')
-rw-r--r-- | ext/gmp/gmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c index 75b7995c31..1bfd9f7392 100644 --- a/ext/gmp/gmp.c +++ b/ext/gmp/gmp.c @@ -793,7 +793,7 @@ ZEND_FUNCTION(gmp_sqrt) /* }}} */ /* {{{ proto array gmp_sqrtrem(resource a) - Takes integer part of square root of a */ + Square root with remainder */ ZEND_FUNCTION(gmp_sqrtrem) { zval **a_arg; |