summaryrefslogtreecommitdiffstats
path: root/base/process
diff options
context:
space:
mode:
Diffstat (limited to 'base/process')
-rw-r--r--base/process/process_metrics_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/process/process_metrics_mac.cc b/base/process/process_metrics_mac.cc
index 61db9c2..8566861 100644
--- a/base/process/process_metrics_mac.cc
+++ b/base/process/process_metrics_mac.cc
@@ -308,7 +308,7 @@ int ProcessMetrics::GetIdleWakeupsPerSecond() {
reinterpret_cast<task_info_t>(&power_info_data),
&power_info_count);
if (kr != KERN_SUCCESS) {
- // Most likely cause: |task| is a zombie, or this is on a pre-10.8 system
+ // Most likely cause: |task| is a zombie, or this is on a pre-10.8.4 system
// where TASK_POWER_INFO isn't supported yet.
return 0;
}