aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-13 12:02:25 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-10-13 12:02:25 +0000
commita3ca51474eb75b385e0246554fe6ce95117ad241 (patch)
tree1a9076a1a8e1a84304ff3161806b73e403a4d7fd /gcc/cp/search.c
parent277d0bea61ac0e8c8c8871bd78dba39d2218978a (diff)
* search.c: Fix a comment typo.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@88981 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/search.c')
-rw-r--r--gcc/cp/search.c2
1 files changed, 1 insertions, 1 deletions
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_)