]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cgraphunit.c: Replace "it's" with "its" and fix a typo.
authorBen Elliston <bje@au.ibm.com>
Thu, 18 Nov 2004 00:18:43 +0000 (00:18 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Thu, 18 Nov 2004 00:18:43 +0000 (11:18 +1100)
From-SVN: r90838

gcc/ChangeLog
gcc/cgraphunit.c

index 0e883b8223edc244a96841bd0f2badc6364c877b..47390067194b690299b9cb7466f8a889265ffd93 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 67a87260a0f2d184f47a2aacbb35f31bb26a7570..43564b0f53bfee15e6b43f280d9c77a7ae9f74d0 100644 (file)
@@ -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)