This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix typo in cgraphunit.c


Another obvious one; committed:

2004-11-18  Ben Elliston  <bje@au.ibm.com>

	* cgraphunit.c: Replace "it's" with "its" and fix a typo.

Index: cgraphunit.c
===================================================================
RCS file: /home/bje/gcc-cvs/gcc/gcc/cgraphunit.c,v
retrieving revision 1.89
diff -u -p -r1.89 cgraphunit.c
--- cgraphunit.c	25 Oct 2004 22:04:00 -0000	1.89
+++ cgraphunit.c	18 Nov 2004 00:15:41 -0000
@@ -105,7 +105,7 @@ Software Foundation, 59 Temple Place - S
 	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 
 
 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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]