diff options
Diffstat (limited to 'libquadmath/math/modfq.c')
-rw-r--r-- | libquadmath/math/modfq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/math/modfq.c b/libquadmath/math/modfq.c index dc564fe..8c5db54 100644 --- a/libquadmath/math/modfq.c +++ b/libquadmath/math/modfq.c @@ -1,4 +1,4 @@ -/* s_modfl.c -- long double version of s_modf.c. +/* modfq.c -- __float128 version of s_modf.c. * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ |