aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@gcc.gnu.org>2007-06-28 20:29:25 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2007-06-28 20:29:25 +0000
commite301e2c4c2b84349039d806fc1649570d8575e42 (patch)
treecc65024cea40245a2a17f0d85c3c104aba2261d4
parent58ef0ffacc51851b23bd10ee16d21ccafd9deb62 (diff)
downloadgcc-e301e2c4c2b84349039d806fc1649570d8575e42.zip
gcc-e301e2c4c2b84349039d806fc1649570d8575e42.tar.gz
gcc-e301e2c4c2b84349039d806fc1649570d8575e42.tar.bz2
Fix typo.
From-SVN: r126093
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index b4dce8d..18da808 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -7,7 +7,7 @@
2007-06-28 Geoffrey Keating <geoffk@apple.com>
- * decl2.c (start_objects): Mark constructor-runnning function
+ * decl2.c (start_objects): Mark constructor-running function
as artificial.
2007-06-26 Simon Martin <simartin@users.sourceforge.net>