* tree-cfg.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 4 Aug 2006 06:10:15 +0000 (06:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 4 Aug 2006 06:10:15 +0000 (06:10 +0000)
From-SVN: r115921

gcc/ChangeLog
gcc/tree-cfg.c

index 216b686529b94894f76c3a360d529c6b9ea16508..e2b4a13133b635609c5e26d408fc4d3db1e1b931 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-04  Kazu Hirata  <kazu@codesourcery.com>
+
+       * tree-cfg.c: Fix a comment typo.
+
 2006-08-03  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/28148
index 02bc0083285289b61fcb0ea4a2fa3c5df1cdf00b..52e71a72d54bbfe357e4d749d544cc0f98f6aeec 100644 (file)
@@ -2782,7 +2782,7 @@ set_bb_for_stmt (tree t, basic_block bb)
 /* Faster version of set_bb_for_stmt that assume that statement is being moved
    from one basic block to another.  
    For BB splitting we can run into quadratic case, so performance is quite
-   important and knowing that the tables are big enought, change_bb_for_stmt
+   important and knowing that the tables are big enough, change_bb_for_stmt
    can inline as leaf function.  */
 static inline void
 change_bb_for_stmt (tree t, basic_block bb)