diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-13 12:02:25 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-13 12:02:25 +0000 |
commit | f0ec2b9a2955ef7e8009aaef727600cd28b6fc12 (patch) | |
tree | 1a9076a1a8e1a84304ff3161806b73e403a4d7fd | |
parent | 50300b4cc439b846f38e670906e935373d66a552 (diff) | |
download | gcc-f0ec2b9a2955ef7e8009aaef727600cd28b6fc12.zip gcc-f0ec2b9a2955ef7e8009aaef727600cd28b6fc12.tar.gz gcc-f0ec2b9a2955ef7e8009aaef727600cd28b6fc12.tar.bz2 |
* search.c: Fix a comment typo.
From-SVN: r88981
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/search.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 835f414..3e488ee 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 diff --git a/gcc/cp/search.c b/gcc/cp/search.c index b90f192..79e0cc3 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_) |