Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/small_set.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/small_set.hpp b/base/small_set.hpp
index 1e1995d38a..c99fade4e6 100644
--- a/base/small_set.hpp
+++ b/base/small_set.hpp
@@ -11,7 +11,7 @@
namespace base
{
-// A set of values less than |UpperBound|.
+// A set of nonnegative integers less than |UpperBound|.
//
// Requires UpperBound + O(1) bits of memory. All operations except
// Clear() and iteration are O(1). Clear() and iteration require