From bdc40eb8acc02a9cbac7c65fd567e84dc74ed2fe Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 3 Jan 2007 08:42:27 +0000 Subject: [PATCH] * cgraphunit.c, tree-ssa-alias.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120395 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 2 ++ gcc/cgraphunit.c | 2 +- gcc/tree-ssa-alias.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 98c1c1e..5529b17 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -17,6 +17,8 @@ * tree-complex.c (tree_lower_complex): Likewise. * vec.h (VEC_safe_grow_cleared): New. + * cgraphunit.c, tree-ssa-alias.c: Fix comment typos. + 2007-01-03 Zdenek Dvorak * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify. diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 2272720..4cbb75f 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -263,7 +263,7 @@ decide_is_function_needed (struct cgraph_node *node, tree decl) return false; } -/* Process CGRAPH_NEW_FUNCTIONS and perform actions neccesary to add these +/* Process CGRAPH_NEW_FUNCTIONS and perform actions necessary to add these functions into callgraph in a way so they look like ordinary reachable functions inserted into callgraph already at construction time. */ diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c index 7aff7ee..b897090 100644 --- a/gcc/tree-ssa-alias.c +++ b/gcc/tree-ssa-alias.c @@ -3189,7 +3189,7 @@ create_structure_vars (void) htab_delete (used_portions); VEC_free (tree, heap, varvec); - /* Update SSA operands of statememnts mentioning varibales we split. */ + /* Update SSA operands of statements mentioning variables we split. */ if (gimple_in_ssa_p (cfun)) FOR_EACH_BB (bb) { -- 2.7.4