aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/math/tanq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/tanq.c')
-rw-r--r--libquadmath/math/tanq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libquadmath/math/tanq.c b/libquadmath/math/tanq.c
index e1ec6aae86c..690d94b782c 100644
--- a/libquadmath/math/tanq.c
+++ b/libquadmath/math/tanq.c
@@ -160,7 +160,7 @@ __quadmath_kernel_tanq (__float128 x, __float128 y, int iy)
-/* s_tanl.c -- long double version of s_tan.c.
+/* tanq.c -- __float128 version of s_tan.c.
* Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
*/
@@ -180,8 +180,8 @@ __quadmath_kernel_tanq (__float128 x, __float128 y, int iy)
* Return tangent function of x.
*
* kernel function:
- * __kernel_tanq ... tangent function on [-pi/4,pi/4]
- * __ieee754_rem_pio2q ... argument reduction routine
+ * __quadmath_kernel_tanq ... tangent function on [-pi/4,pi/4]
+ * __quadmath_rem_pio2q ... argument reduction routine
*
* Method.
* Let S,C and T denote the sin, cos and tan respectively on