Commit f0ec2b9a by Kazu Hirata Committed by Kazu Hirata

* search.c: Fix a comment typo.

From-SVN: r88981
parent 50300b4c
2004-10-13 Kazu Hirata <kazu@cs.umass.edu>
* search.c: Fix a comment typo.
2004-10-12 Nathan Sidwell <nathan@codesourcery.com> 2004-10-12 Nathan Sidwell <nathan@codesourcery.com>
* class.c (dfs_modify_vtables): Simplify condition. Return * class.c (dfs_modify_vtables): Simplify condition. Return
......
...@@ -93,7 +93,7 @@ struct lookup_base_data_s ...@@ -93,7 +93,7 @@ struct lookup_base_data_s
}; };
/* Worker function for lookup_base. See if we've found the desired /* 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 static tree
dfs_lookup_base (tree binfo, void *data_) dfs_lookup_base (tree binfo, void *data_)
......
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