aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2002-10-24 23:43:47 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2002-10-24 23:43:47 +0000
commit0cee073d49901ced31b10193c2c9cfaf49d36374 (patch)
treeddb5582d0df027f68a215856b96763d9bf592038
parent9db4d34be22062221f57acba241d50b69b70a897 (diff)
downloadgcc-0cee073d49901ced31b10193c2c9cfaf49d36374.zip
gcc-0cee073d49901ced31b10193c2c9cfaf49d36374.tar.gz
gcc-0cee073d49901ced31b10193c2c9cfaf49d36374.tar.bz2
class.c (check_field_decls): Fix typo.
* class.c (check_field_decls): Fix typo. [[Split portion of a mixed commit.]] From-SVN: r58516.2
-rw-r--r--gcc/cp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index e6ed929..a9dc6c8 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-24 Mark Mitchell <mark@codesourcery.com>
+
+ * class.c (check_field_decls): Fix typo.
+
2002-10-23 Mark Mitchell <mark@codesourcery.com>
PR c++/8067