doc: Standardize on “macOS” in comments

952f787f4aab missed two occurrences that should have been updated.

Change-Id: I425367689eb19edfd309a2210a79ed400e190673
Reviewed-on: https://chromium-review.googlesource.com/458116
Reviewed-by: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
Mark Mentovai 2017-03-21 23:25:14 -04:00
parent 3983b80ca2
commit e4cad9e514
2 changed files with 2 additions and 3 deletions

View File

@ -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();

View File

@ -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();