* tree-ssa-pre.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 16 May 2005 18:45:55 +0000 (18:45 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 16 May 2005 18:45:55 +0000 (18:45 +0000)
From-SVN: r99787

gcc/ChangeLog
gcc/tree-ssa-pre.c

index 46317a76edafe8687cfc833ae84b869c787ae654..9353bdb3a35a6fa81758d2d40e7dda84adf56fe3 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-16  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-ssa-pre.c: Fix a comment typo.
+
 2005-05-16  Richard Henderson  <rth@redhat.com>
 
        PR target/21556
index 859bf096210a298813dcafa8351d5650c38a087d..183b2cd9cfe6b86c26ecda7266fe2aacdec78d89 100644 (file)
@@ -2022,7 +2022,7 @@ create_value_expr_from (tree expr, basic_block block, tree stmt)
   
   /* This case is only for TREE_LIST's that appear as part of
      CALL_EXPR's.  Anything else is a bug, but we can't easily verify
-     this, hence tihs comment.  TREE_LIST is not handled by the
+     this, hence this comment.  TREE_LIST is not handled by the
      general case below is because they don't have a fixed length, or
      operands, so you can't access purpose/value/chain through
      TREE_OPERAND macros.  */