aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2005-02-24 21:55:15 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2005-02-24 21:55:15 +0000
commit78dcd41a317d983e376790610471bdcb4967fc93 (patch)
treeeb97d91b98de2dfcb8bb5c867dfa39c69b60df87 /gcc/cp/ChangeLog
parent3f1176568bb51d0d953470763a715ec12dcbfea6 (diff)
downloadgcc-78dcd41a317d983e376790610471bdcb4967fc93.zip
gcc-78dcd41a317d983e376790610471bdcb4967fc93.tar.gz
gcc-78dcd41a317d983e376790610471bdcb4967fc93.tar.bz2
call.c, [...]: Fix comment typo(s).
* call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c, parser.c: Fix comment typo(s). From-SVN: r95517
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index bc9e1ea..d11e321 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
+
+ * call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
+ parser.c: Fix comment typo(s).
+
2005-02-24 Jakub Jelinek <jakub@redhat.com>
PR c++/20175