aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-04-30 15:51:53 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-04-30 15:51:53 +0000
commita692ad2ece994e2e1cd8dbe06fb7efda4098cbec (patch)
tree0c6c36ac746fdda97974ded09b3490cd97805c66 /gcc/cp/rtti.c
parent2fe8b9c8f908a4ea5adcd2fd502bfdd793c5630d (diff)
downloadgcc-a692ad2ece994e2e1cd8dbe06fb7efda4098cbec.zip
gcc-a692ad2ece994e2e1cd8dbe06fb7efda4098cbec.tar.gz
gcc-a692ad2ece994e2e1cd8dbe06fb7efda4098cbec.tar.bz2
class.c, [...]: Fix comment typos.
* class.c, cp-tree.h, decl.c, decl2.c, pt.c, rtti.c: Fix comment typos. From-SVN: r81344
Diffstat (limited to 'gcc/cp/rtti.c')
-rw-r--r--gcc/cp/rtti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c
index 337c6be..9e78056 100644
--- a/gcc/cp/rtti.c
+++ b/gcc/cp/rtti.c
@@ -1244,7 +1244,7 @@ get_pseudo_ti_desc (tree type)
}
/* Make sure the required builtin types exist for generating the type_info
- varable definitions. */
+ variable definitions. */
static void
create_tinfo_types (void)