From e4cad9e51483c81ae8c5871f48fdbc31912584b7 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Tue, 21 Mar 2017 23:25:14 -0400 Subject: [PATCH] =?UTF-8?q?doc:=20Standardize=20on=20=E2=80=9CmacOS?= =?UTF-8?q?=E2=80=9D=20in=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 952f787f4aab missed two occurrences that should have been updated. Change-Id: I425367689eb19edfd309a2210a79ed400e190673 Reviewed-on: https://chromium-review.googlesource.com/458116 Reviewed-by: Robert Sesek --- snapshot/mac/module_snapshot_mac.h | 2 +- snapshot/mac/system_snapshot_mac.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/snapshot/mac/module_snapshot_mac.h b/snapshot/mac/module_snapshot_mac.h index 23904a5e..16ad7e16 100644 --- a/snapshot/mac/module_snapshot_mac.h +++ b/snapshot/mac/module_snapshot_mac.h @@ -37,7 +37,7 @@ struct UUID; namespace internal { //! \brief A ModuleSnapshot of a code module (binary image) loaded into a -//! running (or crashed) process on a Mac OS X system. +//! running (or crashed) process on a macOS system. class ModuleSnapshotMac final : public ModuleSnapshot { public: ModuleSnapshotMac(); diff --git a/snapshot/mac/system_snapshot_mac.h b/snapshot/mac/system_snapshot_mac.h index 0f18a48d..2ac2ef90 100644 --- a/snapshot/mac/system_snapshot_mac.h +++ b/snapshot/mac/system_snapshot_mac.h @@ -29,8 +29,7 @@ class ProcessReader; namespace internal { -//! \brief A SystemSnapshot of the running system, when the system runs Mac OS -//! X. +//! \brief A SystemSnapshot of the running system, when the system runs macOS. class SystemSnapshotMac final : public SystemSnapshot { public: SystemSnapshotMac();