From e06c2021c96438d41dc5b408c06c46850e7af92e Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Tue, 22 Feb 2000 15:48:43 +0000 Subject: More protos. --- ext/bcmath/bcmath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bcmath/bcmath.c') 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; -- cgit v1.2.1