summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/expm1_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/expm1_error.phpt')
-rw-r--r--ext/standard/tests/math/expm1_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/math/expm1_error.phpt b/ext/standard/tests/math/expm1_error.phpt
index 380633b67b..f743e48d18 100644
--- a/ext/standard/tests/math/expm1_error.phpt
+++ b/ext/standard/tests/math/expm1_error.phpt
@@ -3,7 +3,7 @@ Test expm1() - Error conditions
--FILE--
<?php
/* Prototype : float expm1 ( float $arg )
- * Description: Returns exp(number) - 1, computed in a way that is accurate even
+ * Description: Returns exp(number) - 1, computed in a way that is accurate even
* when the value of number is close to zero.
* Source code: ext/standard/math.c
*/