summaryrefslogtreecommitdiff
path: root/gcc/real.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-07 21:15:27 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-07 21:15:27 +0000
commitea37bf2e99a1a34c00c4aa6e20b5249728553d50 (patch)
tree317d18c97b4d77e9bdb76ddbfa93313c860b754d /gcc/real.c
parent7e6070ded528ee5d9c8d2ef930b90fe5b9ca4a4d (diff)
downloadgcc-ea37bf2e99a1a34c00c4aa6e20b5249728553d50.tar.gz
* real.c: Fix comment to reflect actual exponent size.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152542 138bc75d-0d04-0410-961f-82ee72b054a4
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 eb4e25bba83..98e7d7875eb 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