summaryrefslogtreecommitdiffstats
path: root/indexlib/stringset.h
diff options
context:
space:
mode:
Diffstat (limited to 'indexlib/stringset.h')
-rw-r--r--indexlib/stringset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexlib/stringset.h b/indexlib/stringset.h
index 3daa5d604..4761718b2 100644
--- a/indexlib/stringset.h
+++ b/indexlib/stringset.h
@@ -129,7 +129,7 @@ struct stringset {
void clear();
/**
- * Returns std::make_pair( tqfind( word ), tqfind( word + 'Z' ) ) which makes it easy
+ * Returns std::make_pair( find( word ), find( word + 'Z' ) ) which makes it easy
* to implement word* searches
*/
std::pair<const_iterator, const_iterator> upper_lower( const char* ) const;