]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/passes.texi: Fix typo.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Mon, 27 Jan 2003 10:35:10 +0000 (10:35 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Mon, 27 Jan 2003 10:35:10 +0000 (10:35 +0000)
From-SVN: r61879

gcc/ChangeLog
gcc/doc/passes.texi

index 45d82e68205577c089441d2daf3f89e6db42948c..0730c2b98ac11f3b42616ee0d2397b7416335c78 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       * doc/passes.texi: Fix typo.
+
 2003-01-25  Bruce Korb  <bkorb@gnu.org>
 
        * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
index 6b41544ebba400c3ee911f34211866bfa649067f..1a5f8b010cff79206f6727f5104b3b4237f72e11 100644 (file)
@@ -288,7 +288,7 @@ the input file name.
 SSA Conditional Constant Propagation.  Turned on by the @option{-fssa-ccp}
 option.  This pass performs conditional constant propagation to simplify
 instructions including conditional branches.  This pass is more aggressive
-than the constant propgation done by the CSE and GCSE passes, but operates
+than the constant propagation done by the CSE and GCSE passes, but operates
 in linear time.
 
 @opindex dW