class.c (check_field_decls): Fix typo.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 24 Oct 2002 23:43:47 +0000 (23:43 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 24 Oct 2002 23:43:47 +0000 (23:43 +0000)
* class.c (check_field_decls): Fix typo.

[[Split portion of a mixed commit.]]

From-SVN: r58516.2

gcc/cp/ChangeLog

index e6ed9295e15b99607c6b96f64055acb163268768..a9dc6c8188040c931af13cbc7401542b7a8a7603 100644 (file)
@@ -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