Fix comment for MinidumpUTF8StringAtRVAAsString().

R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/689193003
This commit is contained in:
Mark Mentovai 2014-11-03 15:08:00 -05:00
parent 486429e4f4
commit f3bdc972f9

View File

@ -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