[lldb][NFC] Fix -Wdocumentation issue in ProcessMinidump

This commit is contained in:
Raphael Isemann 2021-03-29 19:40:41 +02:00
parent 489ca73ac4
commit 32f252a765
1 changed files with 2 additions and 2 deletions

View File

@ -138,10 +138,10 @@ private:
///
/// \param[in] module_sp The module to grab the .text section from.
///
/// \param[in/out] breakpad_uuid A vector that will receive the calculated
/// \param[in,out] breakpad_uuid A vector that will receive the calculated
/// breakpad .text hash.
///
/// \param[in/out] facebook_uuid A vector that will receive the calculated
/// \param[in,out] facebook_uuid A vector that will receive the calculated
/// facebook .text hash.
///
void HashElfTextSection(ModuleSP module_sp, std::vector<uint8_t> &breakpad_uuid,