From d90ce10e1fbf2e422ca197278524140665545a6f Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Mon, 13 Oct 2014 18:09:53 -0400 Subject: [PATCH] ProcessReader: Fix comment about TASK_BASIC_INFO_64. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/650993003 --- util/mac/process_reader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mac/process_reader.cc b/util/mac/process_reader.cc index c422876d..e0f322d2 100644 --- a/util/mac/process_reader.cc +++ b/util/mac/process_reader.cc @@ -151,7 +151,7 @@ bool ProcessReader::CPUTimes(timeval* user_time, timeval* system_time) const { timerclear(system_time); // As of the 10.8 SDK, the preferred routine is MACH_TASK_BASIC_INFO. - // TASK_BASIC_INFO_64_COUNT is equivalent and works on earlier systems. + // TASK_BASIC_INFO_64 is equivalent and works on earlier systems. task_basic_info_64 task_basic_info; mach_msg_type_number_t task_basic_info_count = TASK_BASIC_INFO_64_COUNT; kern_return_t kr = task_info(task_,