mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 13:41:12 +08:00
* search.c: Fix comment typos.
From-SVN: r88927
This commit is contained in:
parent
2abb138b79
commit
d740dbe7b2
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user