summaryrefslogtreecommitdiff
path: root/ext/gmp/gmp.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-15 14:23:07 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-15 14:23:07 +0000
commit052d5fc85d074f82557c8bb538874a9d7ab5f854 (patch)
tree9d63e5c3090b2713e38b3e5c354429c4ffea9c93 /ext/gmp/gmp.c
parentc51651dee2e1d6d476e8dca6aa5160ff00113057 (diff)
downloadphp-git-052d5fc85d074f82557c8bb538874a9d7ab5f854.tar.gz
proto fix
Diffstat (limited to 'ext/gmp/gmp.c')
-rw-r--r--ext/gmp/gmp.c2
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;