Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(676)

Unified Diff: compat/non_win/dbghelp.h

Issue 688643002: Fix a few documentation problems (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/crashpad_info.cc ('k') | snapshot/test/test_module_snapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/non_win/dbghelp.h
diff --git a/compat/non_win/dbghelp.h b/compat/non_win/dbghelp.h
index bb7b165fca9fed6ff337d41e62d45d825e003b73..0aadc8b5885454912aa5b799a8137e619cd0b6a7 100644
--- a/compat/non_win/dbghelp.h
+++ b/compat/non_win/dbghelp.h
@@ -164,8 +164,8 @@ enum MINIDUMP_STREAM_TYPE {
//!
//! The exact version of the stream that is present is implied by the stream’s
//! size. Furthermore, this stream contains a field,
- //! MINIDUMP_MISC_INFO_STREAM::Flags1, that indicates which data is present
- //! and valid.
+ //! MINIDUMP_MISC_INFO::Flags1, that indicates which data is present and
+ //! valid.
MiscInfoStream = 15,
};
@@ -840,9 +840,9 @@ enum MINIDUMP_TYPE {
//! - A MINIDUMP_MODULE_LIST stream. All loaded modules are present.
//! - Typically, a MINIDUMP_MEMORY_LIST stream containing duplicate pointers
//! to the stack memory regions also referenced by the MINIDUMP_THREAD_LIST
- //! stream. Since Windows 7 (NT 6.1), this type of minidump file also
- //! includes a MINIDUMP_MEMORY_DESCRIPTOR containing the 256 bytes centered
- //! around the exception address or the instruction pointer.
+ //! stream. This type of minidump file also includes a
+ //! MINIDUMP_MEMORY_DESCRIPTOR containing the 256 bytes centered around
+ //! the exception address or the instruction pointer.
MiniDumpNormal = 0x00000000,
};
« no previous file with comments | « client/crashpad_info.cc ('k') | snapshot/test/test_module_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698