summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-09-10 07:47:44 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-09-10 07:47:44 +0000
commit498893dc89508d287c27c5909cffefb2652f0b47 (patch)
treeb119b536848aa91b2ac3601c1bd968c1f7411dad /vespalib
parent85ca293e655aef7cc00833349e37072768d1a071 (diff)
Update class comment.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/datastore/unique_store_comparator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/datastore/unique_store_comparator.h b/vespalib/src/vespa/vespalib/datastore/unique_store_comparator.h
index ae52791ae0f..4fcef84e3f7 100644
--- a/vespalib/src/vespa/vespalib/datastore/unique_store_comparator.h
+++ b/vespalib/src/vespa/vespalib/datastore/unique_store_comparator.h
@@ -59,7 +59,7 @@ class UniqueStoreComparatorHelper<double> : public UniqueStoreFloatingPointCompa
* Compare two entries based on entry refs.
*
* Valid entry ref is mapped to an entry in a data store.
- * Invalid entry ref is mapped to a temporary entry referenced by comparator instance.
+ * Invalid entry ref is mapped to a temporary entry owned by comparator instance.
*/
template <typename EntryT, typename RefT>
class UniqueStoreComparator : public EntryComparator {