diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-12-25 15:15:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-12-25 15:15:10 +0000 |
commit | d55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9 (patch) | |
tree | c9d2c0b2dd77109ef11a66cdf42b6e1a0fc4430e /gcc/real.c | |
parent | 7a770d8b104d6ce00bf9d56b22dc6428b969f1ba (diff) | |
download | gcc-d55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9.zip gcc-d55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9.tar.gz gcc-d55d8fc700fd75c7efb3f1e11d1d303cde2dd4d9.tar.bz2 |
output.h: Fix comment typos.
* output.h: Fix comment typos.
* predict.c: Likewise.
* print-tree.c: Likewise.
* profile.c: Likewise.
* ra-build.c: Likewise.
* ra-colorize.c: Likewise.
* ra-debug.c: Likewise.
* ra-rewrite.c: Likewise.
* ra.c: Likewise.
* ra.h: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* reg-stack.c: Likewise.
* regclass.c: Likewise.
From-SVN: r60502
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3016,7 +3016,7 @@ encode_ieee_extended (fmt, buf, r) Except for Motorola, which consider exp=0 and explicit integer bit set to continue to be normalized. In theory - this descrepency has been taken care of by the difference + this discrepancy has been taken care of by the difference in fmt->emin in round_for_format. */ if (denormal) |