aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-08-04 06:10:15 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-08-04 06:10:15 +0000
commitde1e45c30bc2284d622379ceb31eb9c7b8cefe75 (patch)
tree8ece40c834b4ba636fee14a7225bdd6782b8ea14 /gcc/tree-cfg.c
parentf092a8668aa6d6a1a1fcc42d1b7e7c690aad598a (diff)
downloadgcc-de1e45c30bc2284d622379ceb31eb9c7b8cefe75.zip
gcc-de1e45c30bc2284d622379ceb31eb9c7b8cefe75.tar.gz
gcc-de1e45c30bc2284d622379ceb31eb9c7b8cefe75.tar.bz2
* tree-cfg.c: Fix a comment typo.
From-SVN: r115921
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r--gcc/tree-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c
index 02bc008..52e71a7 100644
--- a/gcc/tree-cfg.c
+++ b/gcc/tree-cfg.c
@@ -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)