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] gcc/*: Fix comment typos.


Hi,

Committed as obvious.

Kazu Hirata

2005-02-10  Kazu Hirata  <kazu@cs.umass.edu>

	* cse.c, tree-ssa-loop-ivopts.c, config/rs6000/linux-unwind.h:
	Fix comment typos.

Index: cse.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cse.c,v
retrieving revision 1.341
diff -u -d -p -r1.341 cse.c
--- cse.c	7 Feb 2005 17:10:27 -0000	1.341
+++ cse.c	10 Feb 2005 20:10:50 -0000
@@ -335,7 +335,7 @@ static unsigned int cse_reg_info_table_s
 static unsigned int cse_reg_info_table_first_uninitialized;
 
 /* The timestamp at the beginning of the current run of
-   cse_basic_block.  We increment this variable at at the beginning of
+   cse_basic_block.  We increment this variable at the beginning of
    the current run of cse_basic_block.  The timestamp field of a
    cse_reg_info entry matches the value of this variable if and only
    if the entry has been initialized during the current run of
Index: tree-ssa-loop-ivopts.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-ssa-loop-ivopts.c,v
retrieving revision 2.46
diff -u -d -p -r2.46 tree-ssa-loop-ivopts.c
--- tree-ssa-loop-ivopts.c	10 Feb 2005 19:02:44 -0000	2.46
+++ tree-ssa-loop-ivopts.c	10 Feb 2005 20:10:50 -0000
@@ -647,7 +647,7 @@ struct nfe_cache_elt
   /* The edge for that the number of iterations is cached.  */
   edge exit;
 
-  /* True if the # of iterations was succesfully determined.  */
+  /* True if the # of iterations was successfully determined.  */
   bool valid_p;
 
   /* Description of # of iterations.  */
Index: config/rs6000/linux-unwind.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/linux-unwind.h,v
retrieving revision 1.3
diff -u -d -p -r1.3 linux-unwind.h
--- config/rs6000/linux-unwind.h	31 Jan 2005 13:37:37 -0000	1.3
+++ config/rs6000/linux-unwind.h	10 Feb 2005 20:10:50 -0000
@@ -194,7 +194,7 @@ get_regs (struct _Unwind_Context *contex
 }
 #endif
 
-/* Find an entry in the process auxilliary vector.  The canonical way to
+/* Find an entry in the process auxiliary vector.  The canonical way to
    test for VMX is to look at AT_HWCAP.  */
 
 static long


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