summaryrefslogtreecommitdiff
path: root/expm1.c
diff options
context:
space:
mode:
Diffstat (limited to 'expm1.c')
-rw-r--r--expm1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expm1.c b/expm1.c
index 46dd28036..ee18d676a 100644
--- a/expm1.c
+++ b/expm1.c
@@ -80,7 +80,7 @@ mpfr_expm1 (mpfr_ptr y, mpfr_srcptr x , mp_rnd_t rnd_mode)
/* initialise of intermediary variable */
mpfr_init2 (t, Nt);
- /* First computation of cosh */
+ /* First computation of expm1 */
MPFR_ZIV_INIT (loop, Nt);
for (;;)
{