aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-31 17:58:53 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-31 17:58:53 +0000
commit852dcbdd7834df145afa036f5d591da9429ec88a (patch)
tree6dc49a41a27558e4d5eacfb8dab7380f1ad76f12 /gcc/cp/class.c
parent8de63ee0d7b3402ba05ec9ab283f287cc38f68fe (diff)
downloadgcc-852dcbdd7834df145afa036f5d591da9429ec88a.zip
gcc-852dcbdd7834df145afa036f5d591da9429ec88a.tar.gz
gcc-852dcbdd7834df145afa036f5d591da9429ec88a.tar.bz2
class.c: Fix comment typos.
* class.c: Fix comment typos. * decl.c: Likewise. * error.c: Likewise. * parser.c: Likewise. * pt.c: Likewise. * search.c: Likewise. * typeck.c: Likewise. From-SVN: r77045
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r--gcc/cp/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index d97f850..23ca83d 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -1197,7 +1197,7 @@ handle_using_decl (tree using_decl, tree t)
alter_access (t, fdecl, access);
}
-/* Run through the base clases of T, updating
+/* Run through the base classes of T, updating
CANT_HAVE_DEFAULT_CTOR_P, CANT_HAVE_CONST_CTOR_P, and
NO_CONST_ASN_REF_P. Also set flag bits in T based on properties of
the bases. */