cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment typo.
authorTom Tromey <tromey@redhat.com>
Mon, 18 Apr 2005 16:51:16 +0000 (16:51 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 18 Apr 2005 16:51:16 +0000 (16:51 +0000)
* cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment
typo.

From-SVN: r98330

gcc/ChangeLog
gcc/cgraphunit.c

index 335f5ffaf6825e7060c3e8f44d4d5f065acb3763..585dc72eb733c12223d1a4774bba1f766f7dfcb9 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-18  Tom Tromey  <tromey@redhat.com>
+
+       * cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment
+       typo.
+
 2005-04-18  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.c (alpha_split_atomic_op): New.
index 4d96518bc040de471feb14efe666ea08a1f6ec12..9b16e92997807570b3311cd98c95907d8a303546 100644 (file)
@@ -813,7 +813,7 @@ cgraph_finalize_compilation_unit (void)
       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;