Skip to content

Commit 7638844

Browse files
committed
Comment cleanup
1 parent 5a756db commit 7638844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/include/lldb/API/SBSaveCoreOptions.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ class LLDB_API SBSaveCoreOptions {
120120
/// Get the Thread at the specified index.
121121
///
122122
/// \param [in] idx
123-
/// The index of the thread to return.
123+
/// The zero based index of the thread to return.
124124
/// \returns
125-
/// The thread at the specified index, or an empty thread if the index is
126-
/// greater than or equal to the number of threads.
125+
/// The thread at the specified index, or an invalid SBThread if the index
126+
/// is greater than or equal to the number of threads.
127127
lldb::SBThread GetThreadAtIndex(uint32_t idx) const;
128128

129129
/// Reset all options.

0 commit comments

Comments
 (0)