about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_llround.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/dbl-64/s_llround.c')
-rw-r--r--sysdeps/ieee754/dbl-64/s_llround.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/dbl-64/s_llround.c b/sysdeps/ieee754/dbl-64/s_llround.c
index e8c2232e91..7d50a57dd3 100644
--- a/sysdeps/ieee754/dbl-64/s_llround.c
+++ b/sysdeps/ieee754/dbl-64/s_llround.c
@@ -66,7 +66,7 @@ __llround (double x)
   else
     {
       /* The number is too large.  It is left implementation defined
-	 what happens.  */
+         what happens.  */
       return (long long int) x;
     }