[patch] search.c: Fix a comment typo.

Kazu Hirata kazu@cs.umass.edu
Wed Oct 13 12:14:00 GMT 2004


Hi,

Committed as obvious.

Kazu Hirata

2004-10-13  Kazu Hirata  <kazu@cs.umass.edu>

	* search.c: Fix a comment typo.

Index: search.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/search.c,v
retrieving revision 1.333
diff -u -r1.333 search.c
--- search.c	12 Oct 2004 16:04:23 -0000	1.333
+++ search.c	13 Oct 2004 12:00:56 -0000
@@ -93,7 +93,7 @@
 };
 
 /* 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_)



More information about the Gcc-patches mailing list