aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2004-06-14 23:07:07 +0200
committerEric Botcazou <ebotcazou@gcc.gnu.org>2004-06-14 21:07:07 +0000
commit36598e94de6161e92dfaba7518a8ba7313bc9925 (patch)
tree3fbb1da097f36c0e014a5f8c7a20ac9d950cfd5b /gcc/real.c
parentdaa2b95a4f0e16d75fe83a5d4a38d72c1bbce097 (diff)
downloadgcc-36598e94de6161e92dfaba7518a8ba7313bc9925.zip
gcc-36598e94de6161e92dfaba7518a8ba7313bc9925.tar.gz
gcc-36598e94de6161e92dfaba7518a8ba7313bc9925.tar.bz2
* real.c: Fix bit count in head comment.
From-SVN: r83133
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 65d57c3..a9bad46 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