From fa02e26e43a3ac8d274b8626f887dc52141a9146 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Thu, 9 Feb 2017 13:09:05 +0300 Subject: Review fixes. --- base/small_set.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') 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 -- cgit v1.2.3