* search.c: Fix a comment typo.
From-SVN: r88981
This commit is contained in:
parent
50300b4cc4
commit
f0ec2b9a29
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-10-13 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* search.c: Fix a comment typo.
|
||||
|
||||
2004-10-12 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* class.c (dfs_modify_vtables): Simplify condition. Return
|
||||
|
|
|
@ -93,7 +93,7 @@ struct lookup_base_data_s
|
|||
};
|
||||
|
||||
/* Worker function for lookup_base. See if we've found the desired
|
||||
base and update DATA_ (a pointer to LOOKIP_BASE_DATA_S). */
|
||||
base and update DATA_ (a pointer to LOOKUP_BASE_DATA_S). */
|
||||
|
||||
static tree
|
||||
dfs_lookup_base (tree binfo, void *data_)
|
||||
|
|
Loading…
Add table
Reference in a new issue