* search.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 13 Oct 2004 12:02:25 +0000 (12:02 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 13 Oct 2004 12:02:25 +0000 (12:02 +0000)
From-SVN: r88981

gcc/cp/ChangeLog
gcc/cp/search.c

index 835f41413303c7d3cb7e018c33474021096c48a4..3e488ee1bf1ffb130c501f84cf38440613948c86 100644 (file)
@@ -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
index b90f1921ac2b97eec657b238ec5b20e691267714..79e0cc3fecf8061350ef2fb55e73c12bf61d6312 100644 (file)
@@ -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_)