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 b76fad2Copy full SHA for b76fad2
lldb/include/lldb/Core/Section.h
@@ -96,8 +96,8 @@ class SectionList {
96
/// information.
97
uint64_t GetDebugInfoSize() const;
98
99
- // Callback to decide of two matching sections should be used in the merged
100
- // output.
+ // Callback to decide which of two matching sections should be used in the
+ // merged output.
101
using MergeCallback =
102
std::function<lldb::SectionSP(lldb::SectionSP, lldb::SectionSP)>;
103
0 commit comments