aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-04-18 16:51:16 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-04-18 16:51:16 +0000
commit9d2038719fda35662abea0f6ebe210adf46c9df4 (patch)
treef5ad2b1cd6dd202b191ed88996e8d0cd63c73fb5 /gcc/cgraphunit.c
parent727e729b8fdf40946016ea29c64adf4e7ccb662c (diff)
downloadgcc-9d2038719fda35662abea0f6ebe210adf46c9df4.zip
gcc-9d2038719fda35662abea0f6ebe210adf46c9df4.tar.gz
gcc-9d2038719fda35662abea0f6ebe210adf46c9df4.tar.bz2
cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment typo.
* cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment typo. From-SVN: r98330
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 4d96518..9b16e92 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -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;