aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2009-10-07 21:15:27 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2009-10-07 21:15:27 +0000
commit7190c775ff40ea22c5d85c83ea5b711ae3f5d47c (patch)
tree317d18c97b4d77e9bdb76ddbfa93313c860b754d /gcc/real.c
parent033016fabc59f4db99a86ebb4728065d338b1ab8 (diff)
downloadgcc-7190c775ff40ea22c5d85c83ea5b711ae3f5d47c.zip
gcc-7190c775ff40ea22c5d85c83ea5b711ae3f5d47c.tar.gz
gcc-7190c775ff40ea22c5d85c83ea5b711ae3f5d47c.tar.bz2
real.c: Fix comment to reflect actual exponent size.
* real.c: Fix comment to reflect actual exponent size. From-SVN: r152542
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 eb4e25b..98e7d78 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -57,7 +57,7 @@
Both of these requirements are easily satisfied. The largest target
significand is 113 bits; we store at least 160. The smallest
- denormal number fits in 17 exponent bits; we store 27.
+ denormal number fits in 17 exponent bits; we store 26.
Note that the decimal string conversion routines are sensitive to
rounding errors. Since the raw arithmetic routines do not themselves