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]
Other format: [Raw text]

[patch] config/*: Fix comment typos.


Hi,

Attached is a patch to fix comment typos.  Committed as obvious.

Kazu Hirata

2002-12-21  Kazu Hirata  <kazu@cs.umass.edu>

	* config/fr30/fr30.md: Fix a comment typo.
	* config/i386/i386.c: Likewise.
	* config/ip2k/ip2k.h: Likewise.

Index: fr30/fr30.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/fr30/fr30.md,v
retrieving revision 1.19
diff -u -r1.19 fr30.md
--- fr30/fr30.md	20 Dec 2002 04:30:42 -0000	1.19
+++ fr30/fr30.md	21 Dec 2002 05:19:05 -0000
@@ -36,7 +36,7 @@
 ;; Define an attribute to be used by the delay slot code.
 ;; An instruction by default is considered to be 'delyabable'
 ;; that is, it can be placed into a delay slot, but it is not
-;; itself a delyaed branch type instruction.  An instruction
+;; itself a delayed branch type instruction.  An instruction
 ;; whoes type is 'delayed' is one which has a delay slot, and
 ;; an instruction whoes delay_type is 'other' is one which does
 ;; not have a delay slot, nor can it be placed into a delay slot.
Index: i386/i386.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/i386.c,v
retrieving revision 1.499
diff -u -r1.499 i386.c
--- i386/i386.c	20 Dec 2002 04:30:44 -0000	1.499
+++ i386/i386.c	21 Dec 2002 05:19:11 -0000
@@ -3079,7 +3079,7 @@
   return register_operand (op, mode) && !ANY_FP_REG_P (op);
 }
 
-/* Return nonzero of OP is a register operand other than an
+/* Return nonzero if OP is a register operand other than an
    i387 fp register.  */
 int
 register_and_not_fp_reg_operand (op, mode)
Index: ip2k/ip2k.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/ip2k/ip2k.h,v
retrieving revision 1.15
diff -u -r1.15 ip2k.h
--- ip2k/ip2k.h	16 Dec 2002 18:21:27 -0000	1.15
+++ ip2k/ip2k.h	21 Dec 2002 05:19:13 -0000
@@ -680,7 +680,7 @@
 
 #define MODE_BASE_REG_CLASS(MODE) ((MODE) == QImode ? PTR_REGS : DP_SP_REGS)
 /* This is a variation of the BASE_REG_CLASS macro which allows
-   the selection of a base register in a mode depenedent manner.
+   the selection of a base register in a mode dependent manner.
    If MODE is VOIDmode then it should return the same value as
    BASE_REG_CLASS.  */
 


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