aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authormmitchel <>2005-10-16 20:58:08 +0000
committermmitchel <>2005-10-16 20:58:08 +0000
commit534d02e5bd8caacd2b6f2750b307223aff79d335 (patch)
treefe4b4b920f8fe1d16933c64c35180f35ad9d4fcb /gcc/cp/ChangeLog
parent9caf288666adab8be0df7d801668ccc23ed8d94d (diff)
PR c++/22173
* typeck.c (check_template_keyword): Fix thinko.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 0393ea84396..2896ce26dc7 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,8 +1,8 @@
2005-10-16 Mark Mitchell <mark@codesourcery.com>
PR c++/22173
- * decl.c (check_template_keyword): Fix thinko.
-
+ * typeck.c (check_template_keyword): Fix thinko.
+
2005-10-16 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/23959