aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/real.c')
-rw-r--r--gcc/real.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.c b/gcc/real.c
index 31b60cf..082a5f3 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -4371,7 +4371,7 @@ etoasc (x, string, ndigs)
if (y[k] != 0)
goto tnzro; /* denormalized number */
}
- goto isone; /* legal all zeros */
+ goto isone; /* valid all zeros */
}
tnzro: