OSDN Git Service

* tree-cfg.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Aug 2006 06:10:15 +0000 (06:10 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Aug 2006 06:10:15 +0000 (06:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115921 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-cfg.c

index 216b686..e2b4a13 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 02bc008..52e71a7 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)