diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-30 14:18:33 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-30 14:18:33 +0000 |
commit | 3569057de36965643647f2e80f65d181912a76f3 (patch) | |
tree | 55dea4f91b7c343af2f67ece4d21b5b54d2c5dea /gcc | |
parent | 9bf85ba535a4d52bde553c068f4df19a803f723c (diff) | |
download | gcc-3569057de36965643647f2e80f65d181912a76f3.zip gcc-3569057de36965643647f2e80f65d181912a76f3.tar.gz gcc-3569057de36965643647f2e80f65d181912a76f3.tar.bz2 |
arm.c: Fix comment a typo.
* config/arm/arm.c: Fix comment a typo.
* config/arm/arm.h: Likewise.
* config/ia64/ia64.c: Likewise.
From-SVN: r46638
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/arm/arm.c | 2 | ||||
-rw-r--r-- | gcc/config/arm/arm.h | 2 | ||||
-rw-r--r-- | gcc/config/ia64/ia64.c | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94976b3..91f63aa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2001-10-30 Kazu Hirata <kazu@hxi.com> + + * config/arm/arm.c: Fix comment a typo. + * config/arm/arm.h: Likewise. + * config/ia64/ia64.c: Likewise. + 2001-10-30 Jakub Jelinek <jakub@redhat.com> * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index b3f8af2..30a7313 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -238,7 +238,7 @@ int arm_is_strong = 0; /* Nonzero if this chip is an XScale. */ int arm_is_xscale = 0; -/* Nonzero if this chip is a an ARM6 or an ARM7. */ +/* Nonzero if this chip is an ARM6 or an ARM7. */ int arm_is_6_or_7 = 0; /* Nonzero if generating Thumb instructions. */ diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 4c3bbd1..e05976f 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -579,7 +579,7 @@ extern int arm_is_strong; /* Nonzero if this chip is an XScale. */ extern int arm_is_xscale; -/* Nonzero if this chip is a an ARM6 or an ARM7. */ +/* Nonzero if this chip is an ARM6 or an ARM7. */ extern int arm_is_6_or_7; #ifndef TARGET_DEFAULT diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 9c56f37..1146f13 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -3292,7 +3292,7 @@ ia64_print_operand_address (stream, address) { } -/* Print an operand to a assembler instruction. +/* Print an operand to an assembler instruction. C Swap and print a comparison operator. D Print an FP comparison operator. E Print 32 - constant, for SImode shifts as extract. |