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] tree-ssa-loop-ivopts.c, invoke.texi: Fix typos.


Hi,

Committed as obvious.

Kazu Hirata

2004-10-28  Kazu Hirata  <kazu@cs.umass.edu>

	* tree-ssa-loop-ivopts.c: Fix a comment typo.
	* doc/invoke.texi: Fix a typo.

Index: tree-ssa-loop-ivopts.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-ssa-loop-ivopts.c,v
retrieving revision 2.21
diff -u -d -p -r2.21 tree-ssa-loop-ivopts.c
--- tree-ssa-loop-ivopts.c	27 Oct 2004 20:27:20 -0000	2.21
+++ tree-ssa-loop-ivopts.c	28 Oct 2004 14:19:41 -0000
@@ -3615,7 +3615,7 @@ try_add_cand_for (struct ivopts_data *da
      just one generic biv.  If we added here many ivs specific to the uses,
      the optimization algorithm later would be likely to get stuck in a local
      minimum, thus causing us to create too many ivs.  The approach from
-     few ivs to more seems more likely to be succesful -- starting from few
+     few ivs to more seems more likely to be successful -- starting from few
      ivs, replacing an expensive use by a specific iv should always be a
      win.  */
   EXECUTE_IF_SET_IN_BITMAP (data->important_candidates, 0, i, bi)
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.551
diff -u -d -p -r1.551 invoke.texi
--- doc/invoke.texi	28 Oct 2004 01:00:30 -0000	1.551
+++ doc/invoke.texi	28 Oct 2004 14:19:47 -0000
@@ -5322,7 +5322,7 @@ default value, 0, implies that GCC will 
 size itself.
 
 @item sra-field-structure-ratio
-The treshold ratio (as a percentage) between instantiated fields and
+The threshold ratio (as a percentage) between instantiated fields and
 the complete structure size.  We say that if the ratio of the number
 of bytes in instantiated fields to the number of bytes in the complete
 structure exceeds this parameter, then block copies are not used.  The


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