diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-11-18 00:18:43 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2004-11-18 11:18:43 +1100 |
commit | e1990f69ebdc902f9a888b094f32b9a408790bcf (patch) | |
tree | 79b3dd53725b64da7869d23267739d866da8ebbc | |
parent | d596ed22a910087ec25e24d8eabfba1cf571b873 (diff) | |
download | gcc-e1990f69ebdc902f9a888b094f32b9a408790bcf.zip gcc-e1990f69ebdc902f9a888b094f32b9a408790bcf.tar.gz gcc-e1990f69ebdc902f9a888b094f32b9a408790bcf.tar.bz2 |
* cgraphunit.c: Replace "it's" with "its" and fix a typo.
From-SVN: r90838
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cgraphunit.c | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e883b8..4739006 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2004-11-18 Ben Elliston <bje@au.ibm.com> + * cgraphunit.c: Replace "it's" with "its" and fix a typo. + +2004-11-18 Ben Elliston <bje@au.ibm.com> + * cgraph.h: Replace "it's" with "its" throughout. 2004-11-18 Ben Elliston <bje@au.ibm.com> diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 67a8726..43564b0 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -105,7 +105,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA mark_referenced call in assemble_variable functions referenced by static variables are noticed too. - The intra-procedural information is produced and it's existence + The intra-procedural information is produced and its existence indicated by global_info_ready. Once this flag is set it is impossible to change function from !reachable to reachable and thus assemble_variable no longer call mark_referenced. @@ -483,8 +483,8 @@ cgraph_create_edges (struct cgraph_node *node, tree body) static bool error_found; -/* Callbrack of verify_cgraph_node. Check that all call_exprs have cgraph - nodes. */ +/* Callback of verify_cgraph_node. Check that all call_exprs have + cgraph nodes. */ static tree verify_cgraph_node_1 (tree *tp, int *walk_subtrees, void *data) |