summaryrefslogtreecommitdiff
path: root/util/lruishmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/lruishmap.h')
-rw-r--r--util/lruishmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/lruishmap.h b/util/lruishmap.h
index fe8b1dc..ba91bf6 100644
--- a/util/lruishmap.h
+++ b/util/lruishmap.h
@@ -23,8 +23,8 @@
namespace mongo {
/* Your K object must define:
- int hash() - must always return > 0.
- operator==
+ int hash() - must always return > 0.
+ operator==
*/
template <class K, class V, int MaxChain>