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/doc typos.


Hi,

Committed as obvious.

Kazu Hirata

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

	* config/arm/arm.c: Fix a comment typo.
	* doc/tree-ssa.texi: Fix a typo.

Index: config/arm/arm.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/arm.c,v
retrieving revision 1.440
diff -u -d -p -r1.440 arm.c
--- config/arm/arm.c	9 Apr 2005 16:43:39 -0000	1.440
+++ config/arm/arm.c	10 Apr 2005 17:17:13 -0000
@@ -455,7 +455,7 @@ int arm_arch_xscale = 0;
 int arm_tune_xscale = 0;
 
 /* Nonzero if we want to tune for stores that access the write-buffer. 
-   This typicallly means an ARM6 or ARM7 with MMU or MPU.  */
+   This typically means an ARM6 or ARM7 with MMU or MPU.  */
 int arm_tune_wbuf = 0;
 
 /* Nonzero if generating Thumb instructions.  */
Index: doc/tree-ssa.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tree-ssa.texi,v
retrieving revision 1.21
diff -u -d -p -r1.21 tree-ssa.texi
--- doc/tree-ssa.texi	9 Apr 2005 12:07:44 -0000	1.21
+++ doc/tree-ssa.texi	10 Apr 2005 17:17:13 -0000
@@ -1090,7 +1090,7 @@ It is also still possible to utilize laz
 optimizations currently do this.  
 
 When lazy updating is being used, the immediate use information is out of date 
-and cannot be used reliably.  Lazy updating is acheived by simply marking stmts 
+and cannot be used reliably.  Lazy updating is achieved by simply marking stmts 
 modified via calls to @code{mark_stmt_modified} instead of @code{update_stmt}.
 When lazy updating is no longer required, all the modified stmts must have 
 @code{update_stmt} called in order to bring them up to date.  This must be done before the optimization is finished, or @code{verify_ssa} will trigger an abort.


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