summaryrefslogtreecommitdiff
path: root/gcc/tree-flow-inline.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-08 05:17:54 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-08 05:17:54 +0000
commit9fdf9cf6299b0649d76b3d008607fa1ee09f55d1 (patch)
tree3b41ded138e26f5222fd1c63db9b0f9155696bd5 /gcc/tree-flow-inline.h
parentbbd98f7dd956684a5aa59aa2966157b00d1a5ff6 (diff)
downloadgcc-9fdf9cf6299b0649d76b3d008607fa1ee09f55d1.tar.gz
* see.c, tree-flow-inline.h, tree-phinodes.c: Fix comment
typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113621 138bc75d-0d04-0410-961f-82ee72b054a4
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 98cb512877e..5f7efa7de31 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;