summaryrefslogtreecommitdiffstats
path: root/indexlib
diff options
context:
space:
mode:
Diffstat (limited to 'indexlib')
-rw-r--r--indexlib/GPL_V24
-rw-r--r--indexlib/boost-compat/config/suffix.hpp4
-rw-r--r--indexlib/stringset.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/indexlib/GPL_V2 b/indexlib/GPL_V2
index 07dec1a9..cfa6e1a8 100644
--- a/indexlib/GPL_V2
+++ b/indexlib/GPL_V2
@@ -59,7 +59,7 @@ modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- 0. This License applies to any program or other work which tqcontains
+ 0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
@@ -154,7 +154,7 @@ Sections 1 and 2 above provided that you also do one of the following:
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
-code means all the source code for all modules it tqcontains, plus any
+code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
diff --git a/indexlib/boost-compat/config/suffix.hpp b/indexlib/boost-compat/config/suffix.hpp
index 3d60d718..77d9deca 100644
--- a/indexlib/boost-compat/config/suffix.hpp
+++ b/indexlib/boost-compat/config/suffix.hpp
@@ -332,7 +332,7 @@ namespace std {
// The same problem occurs with has_facet.
// These macros provide a consistent way to access a locale's facets.
// Usage:
-// tqreplace
+// replace
// std::use_facet<Type>(loc);
// with
// BOOST_USE_FACET(Type, loc);
@@ -357,7 +357,7 @@ namespace std {
// BOOST_NESTED_TEMPLATE workaround ------------------------------------------//
// Member templates are supported by some compilers even though they can't use
-// the A::template member<U> syntax, as a workaround tqreplace:
+// the A::template member<U> syntax, as a workaround replace:
//
// typedef typename A::template rebind<U> binder;
//
diff --git a/indexlib/stringset.h b/indexlib/stringset.h
index 3daa5d60..4761718b 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;