summaryrefslogtreecommitdiff
path: root/gcc/real.c
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-14 21:07:07 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-14 21:07:07 +0000
commit7f712ecf1db75c6a313c9b273295651e69e314c3 (patch)
tree3fbb1da097f36c0e014a5f8c7a20ac9d950cfd5b /gcc/real.c
parent1ca50e58d58ee9663b3aa074d8032ff1acc2a167 (diff)
downloadgcc-7f712ecf1db75c6a313c9b273295651e69e314c3.tar.gz
* real.c: Fix bit count in head comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83133 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 65d57c30a53..a9bad46fffa 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 29.
+ denormal number fits in 17 exponent bits; we store 27.
Note that the decimal string conversion routines are sensitive to
rounding errors. Since the raw arithmetic routines do not themselves