diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-10-28 13:22:02 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 13:22:02 +0000 |
commit | f710504c07e3c301cc21d88a60d3844ea99920e5 (patch) | |
tree | cc65c690ad5208245e1e36bc70113b3ec893f1da /gcc/config/ns32k | |
parent | 638e383e25e3e1bb4e1e82be7583b13615b478b2 (diff) | |
download | gcc-f710504c07e3c301cc21d88a60d3844ea99920e5.tar.gz |
alpha.md, [...]: Fix spelling errors.
* 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.
From-SVN: r46582
Diffstat (limited to 'gcc/config/ns32k')
-rw-r--r-- | gcc/config/ns32k/ns32k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ns32k/ns32k.h b/gcc/config/ns32k/ns32k.h index 00379204c03..373f78f7fbc 100644 --- a/gcc/config/ns32k/ns32k.h +++ b/gcc/config/ns32k/ns32k.h @@ -236,7 +236,7 @@ while (0) crossing a page boundary cause unpredictable results. */ #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. */ /* Required on the 386 since it doesn't have a full set of bitfield insns. (There is no signed extv insn.) */ |