| Index: base/trace_event/memory_peak_detector.h
|
| diff --git a/base/trace_event/memory_peak_detector.h b/base/trace_event/memory_peak_detector.h
|
| index c08d91bd8a63dd7bb9320d32f46614824d3acdd8..bbe205ba2e4ff7f1178d5907257985e4e43b474e 100644
|
| --- a/base/trace_event/memory_peak_detector.h
|
| +++ b/base/trace_event/memory_peak_detector.h
|
| @@ -26,7 +26,7 @@ struct MemoryDumpProviderInfo;
|
| // Detects temporally local memory peaks. Peak detection is based on
|
| // continuously querying memory usage using MemoryDumpprovider(s) that support
|
| // fast polling (e.g., ProcessMetricsDumpProvider which under the hoods reads
|
| -// /proc/PID/statm on Linux) and using a cobination of:
|
| +// /proc/PID/statm on Linux) and using a combination of:
|
| // - An static threshold (currently 1% of total system memory).
|
| // - Sliding window stddev analysis.
|
| // Design doc: https://goo.gl/0kOU4A .
|
|
|