diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 13:22:02 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 13:22:02 +0000 |
commit | 8ef587dc8d203cde86403cf7140f0b06c859d00c (patch) | |
tree | cc65c690ad5208245e1e36bc70113b3ec893f1da /gcc/config/i860 | |
parent | da253936ab1342aaac88586a88a2861ca092aba2 (diff) | |
download | gcc-8ef587dc8d203cde86403cf7140f0b06c859d00c.tar.gz |
* config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,
config/d30v/d30v.h, config/fr30/fr30.c, config/i370/x-oe,
config/i386/i386.c, config/i386/i386-interix.h,
config/i386/i386.md, config/i386/i386.h, config/i386/sco5.h,
config/i860/i860.h, config/i860/i860.md, config/m68k/aux-exit.c,
config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.md,
config/ns32k/ns32k.h, config/pa/pa.c, config/rs6000/rs6000.c,
config/sparc/sparc.c, config/m68hc11/m68hc11.c,
config/cris/cris.c, config/cris/cris.h, config/s390/s390.c,
config/s390/s390.h, config/stormy16/stormy16.h, doc/tm.texi: Fix
spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46582 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i860')
-rw-r--r-- | gcc/config/i860/i860.h | 2 | ||||
-rw-r--r-- | gcc/config/i860/i860.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h index 60485f807c2..a176f23efa6 100644 --- a/gcc/config/i860/i860.h +++ b/gcc/config/i860/i860.h @@ -126,7 +126,7 @@ extern int target_flags; when given unaligned data. */ #define STRICT_ALIGNMENT 1 -/* If bit field type is int, dont let it cross an int, +/* If bit field type is int, don't let it cross an int, and give entire struct the alignment of an int. */ #define PCC_BITFIELD_TYPE_MATTERS 1 diff --git a/gcc/config/i860/i860.md b/gcc/config/i860/i860.md index eda051c5b57..b866c91386a 100644 --- a/gcc/config/i860/i860.md +++ b/gcc/config/i860/i860.md @@ -1617,7 +1617,7 @@ ;; Recognize the first insn generated above. ;; This RTL looks like a fix_truncdfdi2 insn, -;; but we dont call it that, because only 32 bits +;; but we don't call it that, because only 32 bits ;; of the result are valid. ;; This pattern will work for the intended purposes ;; as long as we do not have any fixdfdi2 or fix_truncdfdi2. @@ -1642,7 +1642,7 @@ ;; Recognize the first insn generated above. ;; This RTL looks like a fix_truncsfdi2 insn, -;; but we dont call it that, because only 32 bits +;; but we don't call it that, because only 32 bits ;; of the result are valid. ;; This pattern will work for the intended purposes ;; as long as we do not have any fixsfdi2 or fix_truncsfdi2. |