summaryrefslogtreecommitdiff
path: root/libquadmath/math/acoshq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/acoshq.c')
-rw-r--r--libquadmath/math/acoshq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libquadmath/math/acoshq.c b/libquadmath/math/acoshq.c
index b0a1e4e5496..9845a8e364c 100644
--- a/libquadmath/math/acoshq.c
+++ b/libquadmath/math/acoshq.c
@@ -1,4 +1,4 @@
-/* e_acoshl.c -- long double version of e_acosh.c.
+/* acoshq.c -- __float128 version of e_acosh.c.
* Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
*/
@@ -13,7 +13,7 @@
* ====================================================
*/
-/* __ieee754_acoshl(x)
+/* acoshq(x)
* Method :
* Based on
* acoshl(x) = logl [ x + sqrtl(x*x-1) ]