* config/arm/arm.c: Fix comment a typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Oct 2001 14:18:33 +0000 (14:18 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Oct 2001 14:18:33 +0000 (14:18 +0000)
* config/arm/arm.h: Likewise.
* config/ia64/ia64.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46638 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/ia64/ia64.c

index 94976b3..91f63aa 100644 (file)
@@ -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
index b3f8af2..30a7313 100644 (file)
@@ -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.  */
index 4c3bbd1..e05976f 100644 (file)
@@ -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
index 9c56f37..1146f13 100644 (file)
@@ -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.