* tree-ssa-loop-unswitch.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 2004 14:19:02 +0000 (14:19 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 2004 14:19:02 +0000 (14:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88101 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-ssa-loop-unswitch.c

index fc369e9..229d12f 100644 (file)
@@ -1,5 +1,9 @@
 2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
 
+       * tree-ssa-loop-unswitch.c: Fix a comment typo.
+
+2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
+
        * doc/passes.texi: Fix a typo.
 
 2004-09-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
index 45b7e87..f104075 100644 (file)
@@ -154,7 +154,7 @@ tree_may_unswitch_on (basic_block bb, struct loop *loop)
 
 /* Simplifies COND using checks in front of the entry of the LOOP.  Just very
    simplish (sufficient to prevent us from duplicating loop in unswitching
-   unneccesarily).  */
+   unnecessarily).  */
 
 static tree
 simplify_using_entry_checks (struct loop *loop, tree cond)