diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-16 16:07:01 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-16 16:07:01 +0000 |
commit | 4109ca29e42129b2f464155ee15fe667c1b0298c (patch) | |
tree | a547fc5e783eef7eb0de3501b691efc4a619b428 /gcc/cp/rtti.c | |
parent | eba040b9000deb31498e405abb8b275721bd3e01 (diff) | |
download | gcc-4109ca29e42129b2f464155ee15fe667c1b0298c.tar.gz |
* ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,
cp-tree.h, decl.c, decl2.c, except.c, operators.def, optimize.c,
pt.c, rtti.c, semantics.c, typeck.c: Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48072 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/rtti.c')
-rw-r--r-- | gcc/cp/rtti.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index a1b665e5927..f99f1cc6150 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -860,7 +860,7 @@ dfs_class_hint_unmark (binfo, data) return NULL_TREE; } -/* Determine the hint flags describing the features of a class's heirarchy. */ +/* Determine the hint flags describing the features of a class's hierarchy. */ static int class_hint_flags (type) @@ -1315,7 +1315,7 @@ create_tinfo_types () TYPE_HAS_CONSTRUCTOR (base_desc_type_node) = 1; } - /* General heirarchy is created as necessary in this vector. */ + /* General hierarchy is created as necessary in this vector. */ vmi_class_desc_type_node = make_tree_vec (10); /* Pointer type_info. Adds two fields, qualification mask |