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-unswitch.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

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

	* tree-ssa-loop-unswitch.c: Fix a comment typo.

Index: tree-ssa-loop-unswitch.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-ssa-loop-unswitch.c,v
retrieving revision 2.1
diff -u -r2.1 tree-ssa-loop-unswitch.c
--- tree-ssa-loop-unswitch.c	23 Sep 2004 12:21:18 -0000	2.1
+++ tree-ssa-loop-unswitch.c	25 Sep 2004 14:13:50 -0000
@@ -154,7 +154,7 @@
 
 /* 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)


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