| Index: third_party/crashpad/crashpad/snapshot/cpu_context.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/cpu_context.h b/third_party/crashpad/crashpad/snapshot/cpu_context.h
|
| index bfef4d09df0415d1c41c4c8ab3d9b3ff08a8e494..67b298e8c264b44d32731e031f9a3fe3a052f537 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/cpu_context.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/cpu_context.h
|
| @@ -133,7 +133,7 @@ struct CPUContextX86_64 {
|
| uint16_t fop; // FPU opcode
|
| union {
|
| // The expression of these union members is determined by the use of
|
| - // fxsave/fxrstor or fxsave64/fxrstor64 (fxsaveq/fxrstorq). Mac OS X and
|
| + // fxsave/fxrstor or fxsave64/fxrstor64 (fxsaveq/fxrstorq). macOS and
|
| // Windows systems use the traditional fxsave/fxrstor structure.
|
| struct {
|
| // fxsave/fxrstor
|
|
|