summaryrefslogtreecommitdiff
path: root/gcc/ipa-ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-ref.h')
-rw-r--r--gcc/ipa-ref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-ref.h b/gcc/ipa-ref.h
index 96750ba50f6..99273c50fb1 100644
--- a/gcc/ipa-ref.h
+++ b/gcc/ipa-ref.h
@@ -58,7 +58,7 @@ struct GTY(()) ipa_ref_list
{
/* Store actual references in references vector. */
VEC(ipa_ref_t,gc) *references;
- /* Refering is vector of pointers to references. It must not live in GGC space
+ /* Referring is vector of pointers to references. It must not live in GGC space
or GGC will try to mark middle of references vectors. */
VEC(ipa_ref_ptr,heap) * GTY((skip)) referring;
};