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]

Patch: FYI: typo fix in comment in cgraphunit.c


I'm checking this in on the trunk as obvious.
This fixes a typo in a comment.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment
	typo.

Index: cgraphunit.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cgraphunit.c,v
retrieving revision 1.101
diff -u -r1.101 cgraphunit.c
--- cgraphunit.c 13 Apr 2005 05:51:39 -0000 1.101
+++ cgraphunit.c 18 Apr 2005 16:48:02 -0000
@@ -813,7 +813,7 @@
       node->next_needed = NULL;
 
       /* ??? It is possible to create extern inline function and later using
-	 weak alas attribute to kill its body. See
+	 weak alias attribute to kill its body. See
 	 gcc.c-torture/compile/20011119-1.c  */
       if (!DECL_SAVED_TREE (decl))
 	continue;


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