Index: compat/non_win/dbghelp.h |
diff --git a/compat/non_win/dbghelp.h b/compat/non_win/dbghelp.h |
index 64d599d46a4e208486355f12a8e2a806362f2c0b..8537687a4f7d8b104485a241e25239865c007cd8 100644 |
--- a/compat/non_win/dbghelp.h |
+++ b/compat/non_win/dbghelp.h |
@@ -535,16 +535,14 @@ struct __attribute__((packed, aligned(4))) MINIDUMP_MODULE { |
VS_FIXEDFILEINFO VersionInfo; |
//! \brief A pointer to the module’s CodeView record, typically a link to its |
- //! debugging information in crashpad::MinidumpModuleCodeViewRecordPDB70 |
- //! format. |
+ //! debugging information in crashpad::CodeViewRecordPDB70 format. |
//! |
//! The specific format of the CodeView record is indicated by its signature, |
//! the first 32-bit value in the structure. For links to debugging |
//! information in contemporary usage, this is normally a |
- //! crashpad::MinidumpModuleCodeViewRecordPDB70 structure, but may be a |
- //! crashpad::MinidumpModuleCodeViewRecordPDB20 structure instead. These |
- //! structures identify a link to debugging data within a `.pdb` (Program |
- //! Database) file. See <a |
+ //! crashpad::CodeViewRecordPDB70 structure, but may be a |
+ //! crashpad::CodeViewRecordPDB20 structure instead. These structures identify |
+ //! a link to debugging data within a `.pdb` (Program Database) file. See <a |
//! href="http://www.debuginfo.com/articles/debuginfomatch.html#pdbfiles">Matching |
//! Debug Information</a>, PDB Files. |
//! |
@@ -565,8 +563,8 @@ struct __attribute__((packed, aligned(4))) MINIDUMP_MODULE { |
//! On Windows, the CodeView record is taken from a module’s |
//! IMAGE_DEBUG_DIRECTORY entry whose Type field has the value |
//! IMAGE_DEBUG_TYPE_CODEVIEW (`2`), if any. Records in |
- //! crashpad::MinidumpModuleCodeViewRecordPDB70 format are generated by Visual |
- //! Studio .NET (2002) (version 7.0) and later. |
+ //! crashpad::CodeViewRecordPDB70 format are generated by Visual Studio .NET |
+ //! (2002) (version 7.0) and later. |
//! |
//! When the CodeView record is not present, the fields of this |
//! MINIDUMP_LOCATION_DESCRIPTOR will be `0`. |