From f0ec2b9a2955ef7e8009aaef727600cd28b6fc12 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 13 Oct 2004 12:02:25 +0000 Subject: [PATCH] * search.c: Fix a comment typo. From-SVN: r88981 --- 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.30.2