diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-10 11:12:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-10 11:12:15 +0000 |
commit | 77880ae492b7b33e709c40806d03ea4b363be957 (patch) | |
tree | 9770f858b960f918d1d485d785228404ef76fbd1 /gcc/cp/search.c | |
parent | cad79bac6cdcd3fb0e6b1764819242fcee552297 (diff) | |
download | gcc-77880ae492b7b33e709c40806d03ea4b363be957.zip gcc-77880ae492b7b33e709c40806d03ea4b363be957.tar.gz gcc-77880ae492b7b33e709c40806d03ea4b363be957.tar.bz2 |
class.c, [...]: Fix comment typos.
* class.c, cp-tree.h, decl.c, decl2.c, mangle.c,
name-lookup.h, parser.c, search.c, semantics.c, typeck2.c: Fix
comment typos.
From-SVN: r87292
Diffstat (limited to 'gcc/cp/search.c')
-rw-r--r-- | gcc/cp/search.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/search.c b/gcc/cp/search.c index d2b29f8..906491e 100644 --- a/gcc/cp/search.c +++ b/gcc/cp/search.c @@ -2140,8 +2140,8 @@ check_hidden_convs (tree binfo, int virtual_depth, int virtualness, /* Helper for lookup_conversions_r. PARENT_CONVS is a list of lists of conversion functions, the first slot will be for the current binfo, if MY_CONVS is non-NULL. CHILD_CONVS is the list of lists - of conversion functions from childen of the current binfo, - concatenated with conversions from elsewhere in the heirarchy -- + of conversion functions from children of the current binfo, + concatenated with conversions from elsewhere in the hierarchy -- that list begins with OTHER_CONVS. Return a single list of lists containing only conversions from the current binfo and its children. */ |