Commit d740dbe7 by Kazu Hirata Committed by Kazu Hirata

* search.c: Fix comment typos.

From-SVN: r88927
parent 2abb138b
2004-10-12 Kazu Hirata <kazu@cs.umass.edu>
* search.c: Fix comment typos.
2004-10-11 Mark Mitchell <mark@codesourcery.com> 2004-10-11 Mark Mitchell <mark@codesourcery.com>
PR c++/15786 PR c++/15786
......
...@@ -286,7 +286,7 @@ struct dcast_data_s ...@@ -286,7 +286,7 @@ struct dcast_data_s
derived. */ derived. */
tree offset; /* Best hint offset discovered so far. */ tree offset; /* Best hint offset discovered so far. */
bool repeated_base; /* Whether there are repeated bases in the bool repeated_base; /* Whether there are repeated bases in the
heirarchy. */ hierarchy. */
}; };
/* Worker for dcast_base_hint. Search for the base type being cast /* 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, ...@@ -1722,7 +1722,7 @@ dfs_walk_once_accessible (tree binfo, bool friends_p,
{ {
if (!BINFO_INHERITANCE_CHAIN (binfo)) 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 CLASSTYPE_VBASECLASSES list for unmarking the virtual
bases. */ bases. */
VEC (tree) *vbases; VEC (tree) *vbases;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment