aboutsummaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-10-18 13:06:03 +0200
committerTor Egge <Tor.Egge@online.no>2021-10-18 13:06:03 +0200
commit4a07695740b9812e5112f23022b6994017681e29 (patch)
treee717e7da440f43ba6a68c8a55feeb80e4d7523a2 /metrics
parent5caa9479db01abebd4209a23eebb867bfc679764 (diff)
Adjust comment for MetricValueSet::setValues()
Diffstat (limited to 'metrics')
-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