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 /gcc/cp/search.c | |
parent | 50300b4cc439b846f38e670906e935373d66a552 (diff) | |
download | gcc-f0ec2b9a2955ef7e8009aaef727600cd28b6fc12.zip gcc-f0ec2b9a2955ef7e8009aaef727600cd28b6fc12.tar.gz gcc-f0ec2b9a2955ef7e8009aaef727600cd28b6fc12.tar.bz2 |
* search.c: Fix a comment typo.
From-SVN: r88981
Diffstat (limited to 'gcc/cp/search.c')
-rw-r--r-- | gcc/cp/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
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_) |