| Index: third_party/crashpad/crashpad/snapshot/mac/cpu_context_mac.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/cpu_context_mac.h b/third_party/crashpad/crashpad/snapshot/mac/cpu_context_mac.h
|
| index 1d016cf5f7d016987c7babd5898a3904ad2a9661..c96ad3c465026d74d4d3bc58554418cceba2edd7 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/cpu_context_mac.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/cpu_context_mac.h
|
| @@ -27,7 +27,7 @@ namespace internal {
|
| #if defined(ARCH_CPU_X86_FAMILY) || DOXYGEN
|
|
|
| //! \brief Initializes a CPUContextX86 structure from native context structures
|
| -//! on Mac OS X.
|
| +//! on macOS.
|
| //!
|
| //! \a flavor, \a state, and \a state_count may be supplied by exception
|
| //! handlers in order for the \a context parameter to be initialized by the
|
| @@ -68,7 +68,7 @@ void InitializeCPUContextX86(CPUContextX86* context,
|
| const x86_debug_state32_t* x86_debug_state32);
|
|
|
| //! \brief Initializes a CPUContextX86_64 structure from native context
|
| -//! structures on Mac OS X.
|
| +//! structures on macOS.
|
| //!
|
| //! \a flavor, \a state, and \a state_count may be supplied by exception
|
| //! handlers in order for the \a context parameter to be initialized by the
|
|
|