diff options
Diffstat (limited to 'libquadmath/math/rem_pio2q.c')
-rw-r--r-- | libquadmath/math/rem_pio2q.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libquadmath/math/rem_pio2q.c b/libquadmath/math/rem_pio2q.c index 47ee8ef2051..60653c8d1d3 100644 --- a/libquadmath/math/rem_pio2q.c +++ b/libquadmath/math/rem_pio2q.c @@ -15,10 +15,10 @@ */ /* - * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2) + * __quadmath_kernel_rem_pio2 (x,y,e0,nx,prec,ipio2) * double x[],y[]; int e0,nx,prec; int ipio2[]; * - * __kernel_rem_pio2 return the last three digits of N with + * __quadmath_kernel_rem_pio2 return the last three digits of N with * y = x - N*pi/2 * so that |y| < pi/2. * |