diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-28 15:29:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-28 15:29:45 +0000 |
commit | 28c2d8448745ef95103b43abb830fe8c16bcbbbb (patch) | |
tree | d6229d36c3ba1bde96e6ff5cf2b04b6fb1b8d777 /gcc/real.c | |
parent | 31bf854993c5a3d795eb55b4a871b3b3d742b7c7 (diff) | |
download | gcc-28c2d8448745ef95103b43abb830fe8c16bcbbbb.tar.gz |
* ChangeLog.4: Fix typos.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* genattrtab.c: Fix comment typos.
* haifa-sched.c: Likewise.
* real.c: Likewise.
* tree.h: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/crti.asm: Likewise.
* config/arm/crtn.asm: Likewise.
* config/frv/frv.c: Likewise.
* config/frv/frv.md: Likewise.
* config/h8300/h8300.md: Likewise.
* config/i386/rtemself.h: Likewise.
* config/ia64/unwind-ia64.c: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/m88k/m88k.c: Likewise.
* config/m88k/m88k.md: Likewise.
* config/mips/sr71k.md: Likewise.
* config/mmix/mmix.c: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/sh/sh.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57614 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.c b/gcc/real.c index 0d8547b9c7d..78324f6868e 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -3739,7 +3739,7 @@ const struct real_format i370_double_format = false }; -/* The "twos-compliment" c4x format is officially defined as +/* The "twos-complement" c4x format is officially defined as x = s(~s).f * 2**e |