aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index e5c19bc..d3fa39e 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -3057,7 +3057,7 @@ push_without_duplicates (tree exp, VEC (tree, heap) **queue)
VEC_safe_push (tree, heap, *queue, exp);
}
-/* Given a tree EXP, find all occurences of references to fields
+/* Given a tree EXP, find all occurrences of references to fields
in a PLACEHOLDER_EXPR and place them in vector REFS without
duplicates. Also record VAR_DECLs and CONST_DECLs. Note that
we assume here that EXP contains only arithmetic expressions