* search.c: Fix a comment typo.

From-SVN: r88981
This commit is contained in:
Kazu Hirata 2004-10-13 12:02:25 +00:00 committed by Kazu Hirata
parent 50300b4cc4
commit f0ec2b9a29
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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_)