We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c54b9 commit 2d41f70Copy full SHA for 2d41f70
lldb/include/lldb/Core/Section.h
@@ -96,7 +96,7 @@ class SectionList {
96
/// information.
97
uint64_t GetDebugInfoSize() const;
98
99
- // Callback to decide of two matching sections should be used in the merged
+ // Callback to decide which of two matching sections should be used in the merged
100
// output.
101
using MergeCallback =
102
std::function<lldb::SectionSP(lldb::SectionSP, lldb::SectionSP)>;
0 commit comments