diff options
Diffstat (limited to 'ext/bcmath/bcmath.c')
-rw-r--r-- | ext/bcmath/bcmath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index 1e8e25c88b..3bb1aeb38e 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -107,7 +107,7 @@ PHP_FUNCTION(bcadd) /* }}} */ /* {{{ proto string bcsub(string left_operand, string right_operand [, int scale]) - Returns the difference between two arbitrary precision numbers (subtration) */ + Returns the difference between two arbitrary precision numbers */ PHP_FUNCTION(bcsub) { pval **left, **right,**scale_param; |