aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-10-18 16:24:22 +0200
committerGitHub <noreply@github.com>2021-10-18 16:24:22 +0200
commita811ab1b07c9fd1310b5a1e392d8e0a82df0a3ac (patch)
treebdc51c734d768269fdeee96535ee657471a8c11f
parentc470153ae358d0241303919c47915e2c9ad0a7b7 (diff)
parent4a07695740b9812e5112f23022b6994017681e29 (diff)
Merge pull request #19609 from vespa-engine/toregge/fix-metrics-comment
Adjust comment for MetricValueSet::setValues()
-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