diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2011-02-11 15:16:46 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@gcc.gnu.org> | 2011-02-11 15:16:46 +0000 |
commit | 61502ca83754695ad954c8872379ae566f8e21e9 (patch) | |
tree | fb74d6c5685edc7c6aad61bcc6ec5436740ac374 /gcc/ipa-ref.c | |
parent | d50c5e0c692b85447c059144c5ccff0f67c07854 (diff) | |
download | gcc-61502ca83754695ad954c8872379ae566f8e21e9.tar.gz |
cgraph.c: Fix comment typos.
* cgraph.c: Fix comment typos.
* cgraph.h: Likewise.
* cgraphunit.c: Likewise.
* ipa-cp.c: Likewise.
* ipa-inline.c: Likewise.
* ipa-prop.c: Likewise.
* ipa-pure-const.c: Likewise.
* ipa-ref.c: Likewise.
* ipa-reference.c: Likewise.
From-SVN: r170052
Diffstat (limited to 'gcc/ipa-ref.c')
-rw-r--r-- | gcc/ipa-ref.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-ref.c b/gcc/ipa-ref.c index 27c32dcd3d6..db70e6e96af 100644 --- a/gcc/ipa-ref.c +++ b/gcc/ipa-ref.c @@ -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, |