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


Hi,

Committed as obvious.

Kazu Hirata

2005-03-08  Kazu Hirata  <kazu@cs.umass.edu>

	* tree-ssa-phiopt.c: Fix a comment typo.

Index: tree-ssa-phiopt.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-ssa-phiopt.c,v
retrieving revision 2.23
diff -u -d -p -r2.23 tree-ssa-phiopt.c
--- tree-ssa-phiopt.c	8 Mar 2005 03:10:20 -0000	2.23
+++ tree-ssa-phiopt.c	8 Mar 2005 12:40:55 -0000
@@ -317,7 +317,7 @@ conditional_replacement (basic_block con
      edge so that we know when to invert the condition below.  */
   extract_true_false_edges_from_block (cond_bb, &true_edge, &false_edge);
 
-  /* Insert our new statement at the end of condtional block before the
+  /* Insert our new statement at the end of conditional block before the
      COND_EXPR.  */
   bsi = bsi_last (cond_bb);
   bsi_insert_before (&bsi, build_empty_stmt (), BSI_NEW_STMT);


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