summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-18 00:18:43 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-18 00:18:43 +0000
commitca67a72b7d65501c47d175b455ca194a9110cd62 (patch)
tree79b3dd53725b64da7869d23267739d866da8ebbc /gcc/cgraphunit.c
parentbc677bcc4bf92952a1281211eb7dfeb44e2ac843 (diff)
downloadgcc-ca67a72b7d65501c47d175b455ca194a9110cd62.tar.gz
* cgraphunit.c: Replace "it's" with "its" and fix a typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90838 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 67a87260a0f..43564b0f53b 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)