]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/passes.texi
contrib.texi: Fix typos.
[thirdparty/gcc.git] / gcc / doc / passes.texi
index 553eae9d921f5dd88e20d1f1f93b26df19932fb3..57a065bdf1729d38d6ebe6d6293bb7ad6d8a46da 100644 (file)
@@ -338,7 +338,7 @@ Its source files are @file{loop.c} and @file{unroll.c}, plus the header
 some functions in @file{integrate.c} and the header @file{integrate.h}.
 Loop dependency analysis routines are contained in @file{dependence.c}.
 
-Second loop optimization pass takes care of basic block level optimalizations --
+Second loop optimization pass takes care of basic block level optimizations --
 unrolling, peeling and unswitching loops. The source files are
 @file{cfgloopanal.c} and @file{cfgloopmanip.c} containing generic loop
 analysis and manipulation code, @file{loop-init.c} with initialization and