aboutsummaryrefslogtreecommitdiff
path: root/webrtc/test/histogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/test/histogram.h')
-rw-r--r--webrtc/test/histogram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/test/histogram.h b/webrtc/test/histogram.h
index 44ce32b4f4..3c8e743aa1 100644
--- a/webrtc/test/histogram.h
+++ b/webrtc/test/histogram.h
@@ -23,7 +23,7 @@ int LastHistogramSample(const std::string& name);
// Returns the number of added samples to a histogram.
int NumHistogramSamples(const std::string& name);
-// Removes all histograms.
+// Removes all histogram samples.
void ClearHistograms();
} // namespace test