Skip to content

Commit 32f252a

Browse files
committed
[lldb][NFC] Fix -Wdocumentation issue in ProcessMinidump
1 parent 489ca73 commit 32f252a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ class PlaceholderObjectFile : public ObjectFile {
138138
///
139139
/// \param[in] module_sp The module to grab the .text section from.
140140
///
141-
/// \param[in/out] breakpad_uuid A vector that will receive the calculated
141+
/// \param[in,out] breakpad_uuid A vector that will receive the calculated
142142
/// breakpad .text hash.
143143
///
144-
/// \param[in/out] facebook_uuid A vector that will receive the calculated
144+
/// \param[in,out] facebook_uuid A vector that will receive the calculated
145145
/// facebook .text hash.
146146
///
147147
void HashElfTextSection(ModuleSP module_sp, std::vector<uint8_t> &breakpad_uuid,

0 commit comments

Comments
 (0)