[patch] passes.texi: Fix a typo.

Kazu Hirata kazu@cs.umass.edu
Sat Sep 25 14:48:00 GMT 2004


Hi,

Committed as obvious.

Kazu Hirata

2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/passes.texi: Fix a typo.

Index: doc/passes.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/passes.texi,v
retrieving revision 1.42
diff -u -r1.42 passes.texi
--- doc/passes.texi	23 Sep 2004 12:21:21 -0000	1.42
+++ doc/passes.texi	25 Sep 2004 13:54:38 -0000
@@ -385,7 +385,7 @@
 each possible outcome of conditional jump(s).  The pass is implemented in
 @file{tree-ssa-loop-unswitch.c}.  This pass should eventually replace the
 rtl-level loop unswitching in @file{loop-unswitch.c}, but currently
-the rtl-level pass is not completely redundant yet due to deficiences
+the rtl-level pass is not completely redundant yet due to deficiencies
 in tree level alias analysis.
 
 The optimizations also use various utility functions contained in



More information about the Gcc-patches mailing list