From 03fd3f84d88fb235f16093b9da6e91e6f4a7c253 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 8 Nov 2004 14:48:02 +0000 Subject: class.c, [...]: Fix comment formatting. * class.c, decl.c, lex.c, name-lookup.c, parser.c, pt.c, search.c, typeck2.c: Fix comment formatting. From-SVN: r90265 --- gcc/cp/class.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cp/class.c') diff --git a/gcc/cp/class.c b/gcc/cp/class.c index c21d441..63e2cf7 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -1027,7 +1027,7 @@ add_method (tree type, tree method) VEC_quick_insert (tree, method_vec, slot, overload); } else - /* Replace the current slot. */ + /* Replace the current slot. */ VEC_replace (tree, method_vec, slot, overload); } @@ -4068,7 +4068,7 @@ check_bases_and_members (tree t) TYPE_HAS_COMPLEX_ASSIGN_REF (t) |= TYPE_HAS_ASSIGN_REF (t) || TYPE_CONTAINS_VPTR_P (t); - /* Synthesize any needed methods. */ + /* Synthesize any needed methods. */ add_implicitly_declared_members (t, cant_have_default_ctor, cant_have_const_ctor, no_const_asn_ref); -- cgit v1.1