mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 01:08:01 +08:00
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:
parent
3983b80ca2
commit
e4cad9e514
@ -37,7 +37,7 @@ struct UUID;
|
|||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
||||||
//! \brief A ModuleSnapshot of a code module (binary image) loaded into a
|
//! \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 {
|
class ModuleSnapshotMac final : public ModuleSnapshot {
|
||||||
public:
|
public:
|
||||||
ModuleSnapshotMac();
|
ModuleSnapshotMac();
|
||||||
|
@ -29,8 +29,7 @@ class ProcessReader;
|
|||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
||||||
//! \brief A SystemSnapshot of the running system, when the system runs Mac OS
|
//! \brief A SystemSnapshot of the running system, when the system runs macOS.
|
||||||
//! X.
|
|
||||||
class SystemSnapshotMac final : public SystemSnapshot {
|
class SystemSnapshotMac final : public SystemSnapshot {
|
||||||
public:
|
public:
|
||||||
SystemSnapshotMac();
|
SystemSnapshotMac();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user