]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-ref.c
* cgraph.c: Fix comment typos.
[thirdparty/gcc.git] / gcc / ipa-ref.c
index 27c32dcd3d6f8bb36b5695cc65b066e49c4335e0..db70e6e96af2efce76f1464135d6f3d873f7c79f 100644 (file)
@@ -197,7 +197,7 @@ ipa_dump_refering (FILE * file, struct ipa_ref_list *list)
   fprintf (file, "\n");
 }
 
-/* Clone all references from SRC to DEST_NODE or DEST_VARPOL_NODE.  */
+/* Clone all references from SRC to DEST_NODE or DEST_VARPOOL_NODE.  */
 
 void
 ipa_clone_references (struct cgraph_node *dest_node,
@@ -215,7 +215,7 @@ ipa_clone_references (struct cgraph_node *dest_node,
                          ref->use, ref->stmt);
 }
 
-/* Clone all refering from SRC to DEST_NODE or DEST_VARPOL_NODE.  */
+/* Clone all refering from SRC to DEST_NODE or DEST_VARPOOL_NODE.  */
 
 void
 ipa_clone_refering (struct cgraph_node *dest_node,