mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
Fix comment for MinidumpUTF8StringAtRVAAsString().
R=rsesek@chromium.org Review URL: https://codereview.chromium.org/689193003
This commit is contained in:
parent
486429e4f4
commit
f3bdc972f9
@ -82,8 +82,8 @@ string16 MinidumpStringAtRVAAsString(const std::string& file_contents, RVA rva);
|
||||
|
||||
//! \brief Returns the contents of a MinidumpUTF8String as a `std::string`.
|
||||
//!
|
||||
//! This function uses MinidumpUTF16StringAtRVA() to obtain a
|
||||
//! MinidumpUTF16String, and returns the string data as a `std::string`.
|
||||
//! This function uses MinidumpUTF8StringAtRVA() to obtain a MinidumpUTF8String,
|
||||
//! and returns the string data as a `std::string`.
|
||||
//!
|
||||
//! \param[in] file_contents The contents of the minidump file.
|
||||
//! \param[in] rva The offset within the minidump file of the desired
|
||||
|
Loading…
x
Reference in New Issue
Block a user