| Index: third_party/crashpad/crashpad/snapshot/module_snapshot.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/module_snapshot.h b/third_party/crashpad/crashpad/snapshot/module_snapshot.h
|
| index 870eb20552a2a9f6762cb5b9987fba892cdf5d85..5989e4baae0e2195293202d2bd93a1b14a46fb4e 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/module_snapshot.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/module_snapshot.h
|
| @@ -165,7 +165,7 @@ class ModuleSnapshot {
|
| //! contain multiple annotations, so they are returned in a vector.
|
| //!
|
| //! For Mac OS X snapshots, these annotations are found by interpreting the
|
| - //! module’s `__DATA, __crash_info` section as `crashreporter_annotations_t`.
|
| + //! module’s `__DATA,__crash_info` section as `crashreporter_annotations_t`.
|
| //! System libraries using the crash reporter client interface may reference
|
| //! annotations in this structure. Additional annotations messages may be
|
| //! found in other locations, which may be module-specific. The dynamic linker
|
| @@ -184,7 +184,7 @@ class ModuleSnapshot {
|
| //! keys.”
|
| //!
|
| //! For Mac OS X snapshots, these annotations are found by interpreting the
|
| - //! `__DATA, __crashpad_info` section as `CrashpadInfo`. Clients can use the
|
| + //! `__DATA,crashpad_info` section as `CrashpadInfo`. Clients can use the
|
| //! Crashpad client interface to store annotations in this structure. Most
|
| //! annotations under the client’s direct control will be retrievable by this
|
| //! method. For clients such as Chrome, this includes the process type.
|
|
|