From 8c652feb34f265b4c4030a1f70376676019a65ab Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 13 Oct 2004 12:02:25 +0000 Subject: [PATCH] * search.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88981 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/search.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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_) -- 2.11.4.GIT