diff options
author | Geoffrey Keating <geoffk@gcc.gnu.org> | 2007-06-28 20:29:25 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2007-06-28 20:29:25 +0000 |
commit | e301e2c4c2b84349039d806fc1649570d8575e42 (patch) | |
tree | cc65024cea40245a2a17f0d85c3c104aba2261d4 /gcc/cp | |
parent | 58ef0ffacc51851b23bd10ee16d21ccafd9deb62 (diff) | |
download | gcc-e301e2c4c2b84349039d806fc1649570d8575e42.zip gcc-e301e2c4c2b84349039d806fc1649570d8575e42.tar.gz gcc-e301e2c4c2b84349039d806fc1649570d8575e42.tar.bz2 |
Fix typo.
From-SVN: r126093
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
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> |