diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-04 19:46:25 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-04 19:46:25 +0000 |
commit | 59b9a953b6338358d0346c91b43095875da7eede (patch) | |
tree | 225f9eb49e3f815d204a09357409f4f05e10d11a /gcc/config/pa/pa.c | |
parent | e146f815b8fcddac741dfb0b3526a1a46140acdc (diff) | |
download | gcc-59b9a953b6338358d0346c91b43095875da7eede.zip gcc-59b9a953b6338358d0346c91b43095875da7eede.tar.gz gcc-59b9a953b6338358d0346c91b43095875da7eede.tar.bz2 |
alpha.c, [...]: Fix comment typos.
* config/alpha/alpha.c, config/arc/arc.c,
config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
config/ia64/ia64.c, config/ia64/unwind-ia64.c,
config/iq2000/iq2000.c, config/m32r/m32r.c,
config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
config/rs6000/rs6000.h, config/sparc/sparc.c,
config/vax/vax.c: Fix comment typos. Follow spelling
conventions.
From-SVN: r77267
Diffstat (limited to 'gcc/config/pa/pa.c')
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 0cce6a9..f07e1e4 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -1432,7 +1432,7 @@ hppa_rtx_costs (rtx x, int code, int outer_code, int *total) *total = COSTS_N_INSNS (14); return true; } - /* FALLTHRU */ + /* Fall through. */ case UDIV: case MOD: |