aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/math/j1q.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/j1q.c')
-rw-r--r--libquadmath/math/j1q.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libquadmath/math/j1q.c b/libquadmath/math/j1q.c
index f6bf2a256ce..8a18e2779b2 100644
--- a/libquadmath/math/j1q.c
+++ b/libquadmath/math/j1q.c
@@ -6,9 +6,9 @@
*
* SYNOPSIS:
*
- * long double x, y, j1l();
+ * __float128 x, y, j1q();
*
- * y = j1l( x );
+ * y = j1q( x );
*
*
*
@@ -52,9 +52,9 @@
*
* SYNOPSIS:
*
- * double x, y, y1l();
+ * __float128, y, y1q();
*
- * y = y1l( x );
+ * y = y1q( x );
*
*
*