| Index: webrtc/test/histogram.h
|
| diff --git a/webrtc/test/histogram.h b/webrtc/test/histogram.h
|
| index 44ce32b4f4af815ec87dbf6744307bc2a7eef209..3c8e743aa170271603bb2e7ce7caddf50c0b65a3 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
|
|
|