diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 835f4141330..3e488ee1bf1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-10-13 Kazu Hirata + + * search.c: Fix a comment typo. + 2004-10-12 Nathan Sidwell * class.c (dfs_modify_vtables): Simplify condition. Return diff --git a/gcc/cp/search.c b/gcc/cp/search.c index b90f1921ac2..79e0cc3fecf 100644 --- a/gcc/cp/search.c +++ b/gcc/cp/search.c @@ -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_)