From 9d2038719fda35662abea0f6ebe210adf46c9df4 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 18 Apr 2005 16:51:16 +0000 Subject: [PATCH] cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment typo. * cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment typo. From-SVN: r98330 --- gcc/ChangeLog | 5 +++++ gcc/cgraphunit.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 335f5ffaf68..585dc72eb73 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-18 Tom Tromey + + * cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment + typo. + 2005-04-18 Richard Henderson * config/alpha/alpha.c (alpha_split_atomic_op): New. diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 4d96518bc04..9b16e929978 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; -- 2.30.2