* search.c: Fix comment typos.

From-SVN: r88927
This commit is contained in:
Kazu Hirata 2004-10-12 13:24:18 +00:00 committed by Kazu Hirata
parent 2abb138b79
commit d740dbe7b2
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-10-12 Kazu Hirata <kazu@cs.umass.edu>
* search.c: Fix comment typos.
2004-10-11 Mark Mitchell <mark@codesourcery.com>
PR c++/15786

View File

@ -286,7 +286,7 @@ struct dcast_data_s
derived. */
tree offset; /* Best hint offset discovered so far. */
bool repeated_base; /* Whether there are repeated bases in the
heirarchy. */
hierarchy. */
};
/* Worker for dcast_base_hint. Search for the base type being cast
@ -1722,7 +1722,7 @@ dfs_walk_once_accessible (tree binfo, bool friends_p,
{
if (!BINFO_INHERITANCE_CHAIN (binfo))
{
/* We are at the top of the hierachy, and can use the
/* We are at the top of the hierarchy, and can use the
CLASSTYPE_VBASECLASSES list for unmarking the virtual
bases. */
VEC (tree) *vbases;