aboutsummaryrefslogtreecommitdiffstats
path: root/metrics/src/vespa/metrics/metricvalueset.h
diff options
context:
space:
mode:
Diffstat (limited to 'metrics/src/vespa/metrics/metricvalueset.h')
-rw-r--r--metrics/src/vespa/metrics/metricvalueset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/src/vespa/metrics/metricvalueset.h b/metrics/src/vespa/metrics/metricvalueset.h
index 82c01343472..bb2a7409ce7 100644
--- a/metrics/src/vespa/metrics/metricvalueset.h
+++ b/metrics/src/vespa/metrics/metricvalueset.h
@@ -68,7 +68,7 @@ public:
ValueClass getValues() const;
/**
- * Get the current values from the metric. This function should not be
+ * Set the current values for the metric. This function should not be
* called in parallel. Only call it from a single thread or use external
* locking. If it returns false, it means the metric have just been reset.
* In which case, redo getValues(), apply the update again, and call