This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] Fix comment typos in arm.[ch] and ia64.c.


Hi,

Attached is a patch to fix comment typos in arm.[ch] and ia64.c.
Comitted as obvious.

Kazu Hirata

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.

Index: arm/arm.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/arm.c,v
retrieving revision 1.168
diff -u -r1.168 arm.c
--- arm.c	2001/10/28 13:21:59	1.168
+++ arm.c	2001/10/30 14:14:16
@@ -238,7 +238,7 @@
 /* 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: arm/arm.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/arm.h,v
retrieving revision 1.120
diff -u -r1.120 arm.h
--- arm.h	2001/10/28 13:21:59	1.120
+++ arm.h	2001/10/30 14:14:17
@@ -579,7 +579,7 @@
 /* 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: ia64/ia64.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ia64/ia64.c,v
retrieving revision 1.123
diff -u -r1.123 ia64.c
--- ia64.c	2001/09/21 01:27:05	1.123
+++ ia64.c	2001/10/30 14:14:18
@@ -3292,7 +3292,7 @@
 {
 }
 
-/* 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]