aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow-inline.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-05-08 05:17:54 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-05-08 05:17:54 +0000
commitbca504069d503b69f51f380c86c5c929651c9da8 (patch)
tree3b41ded138e26f5222fd1c63db9b0f9155696bd5 /gcc/tree-flow-inline.h
parent923d16d409b1c8c6947d2f539ce27e233bb41c9a (diff)
downloadgcc-bca504069d503b69f51f380c86c5c929651c9da8.zip
gcc-bca504069d503b69f51f380c86c5c929651c9da8.tar.gz
gcc-bca504069d503b69f51f380c86c5c929651c9da8.tar.bz2
see.c, [...]: Fix comment typos.
* see.c, tree-flow-inline.h, tree-phinodes.c: Fix comment typos. From-SVN: r113621
Diffstat (limited to 'gcc/tree-flow-inline.h')
-rw-r--r--gcc/tree-flow-inline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h
index 98cb512..5f7efa7 100644
--- a/gcc/tree-flow-inline.h
+++ b/gcc/tree-flow-inline.h
@@ -1390,8 +1390,8 @@ first_imm_use_stmt (imm_use_iterator *imm, tree var)
imm->next_imm_name = NULL_USE_OPERAND_P;
/* iter_node is used as a marker within the immediate use list to indicate
- where the end of the current stmt's uses are. Iintialize it to NULL
- stmt and use, which indicateds a marker node. */
+ where the end of the current stmt's uses are. Initialize it to NULL
+ stmt and use, which indicates a marker node. */
imm->iter_node.prev = NULL_USE_OPERAND_P;
imm->iter_node.next = NULL_USE_OPERAND_P;
imm->iter_node.stmt = NULL_TREE;