summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128/s_tanhl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_tanhl.c')
-rw-r--r--sysdeps/ieee754/ldbl-128/s_tanhl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_tanhl.c b/sysdeps/ieee754/ldbl-128/s_tanhl.c
index fc309dab0a..a14ac06529 100644
--- a/sysdeps/ieee754/ldbl-128/s_tanhl.c
+++ b/sysdeps/ieee754/ldbl-128/s_tanhl.c
@@ -1,6 +1,4 @@
 /* s_tanhl.c -- long double version of s_tanh.c.
- * Conversion to long double by Ulrich Drepper,
- * Cygnus Support, drepper@cygnus.com.
  */
 
 /*
@@ -14,9 +12,6 @@
  * ====================================================
  */
 
-/* Changes for 128-bit long double contributed by
-   Stephen L. Moshier <moshier@na-net.ornl.gov> */
-
 /* tanhl(x)
  * Return the Hyperbolic Tangent of x
  *