summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-28 20:29:25 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-28 20:29:25 +0000
commit7671e671f716978cba471c98912509bdf9762d64 (patch)
treecc65024cea40245a2a17f0d85c3c104aba2261d4 /gcc/cp
parent5f1354109adef8b10d2340a5aabdb69fd2c4af2f (diff)
downloadgcc-7671e671f716978cba471c98912509bdf9762d64.tar.gz
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126093 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index b4dce8d9918..18da8087f4e 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>