summaryrefslogtreecommitdiff
path: root/gcc/config/m32r
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-01-03 05:04:34 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-01-03 05:04:34 +0000
commite03f5d43cb6dd594512afa8ac72ebfe6af2eafc8 (patch)
tree40434786b34e76504e4467b48f16f5a4021ad0e3 /gcc/config/m32r
parentfa4723baafa6b6b3fe210a730032437b42ec2637 (diff)
downloadgcc-e03f5d43cb6dd594512afa8ac72ebfe6af2eafc8.tar.gz
avr.c: Fix comment typos.
* config/avr/avr.c: Fix comment typos. * config/c4x/c4x.md: Likewise. * config/dsp16xx/dsp16xx.h: Likewise. * config/dsp16xx/dsp16xx.md: Likewise. * config/i386/i386.md: Likewise. * config/ia64/ia64.c: Likewise. * config/m32r/m32r.h: Likewise. * config/m68hc11/m68hc11.md: Likewise. * config/mmix/mmix.c: Likewise. * config/mn10200/mn10200.c: Likewise. * config/romp/romp.c: Likewise. * config/sh/sh.c: Likewise. * config/stormy16/stormy16.c: Likewise. * config/stormy16/stormy16.h: Likewise. * config/stormy16/stormy16.md: Likewise. From-SVN: r48496
Diffstat (limited to 'gcc/config/m32r')
-rw-r--r--gcc/config/m32r/m32r.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h
index 354a80d1ff1..ed5796faf7b 100644
--- a/gcc/config/m32r/m32r.h
+++ b/gcc/config/m32r/m32r.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, Mitsubishi M32R cpu.
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -1388,7 +1388,7 @@ do { \
&& RTX_OK_FOR_BASE_P (XEXP (X, 0)))
/* Local to this file. */
-/* Is this a increment/decrement and store operation. */
+/* Is this an increment/decrement and store operation. */
#define STORE_PREINC_PREDEC_P(MODE, X) \
(((MODE) == SImode || (MODE) == SFmode) \
&& (GET_CODE (X) == PRE_INC || GET_CODE (X) == PRE_DEC) \