Skip to content

Commit b76fad2

Browse files
committed
Fix comment
1 parent 19c54b9 commit b76fad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/include/lldb/Core/Section.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ class SectionList {
9696
/// information.
9797
uint64_t GetDebugInfoSize() const;
9898

99-
// Callback to decide of two matching sections should be used in the merged
100-
// output.
99+
// Callback to decide which of two matching sections should be used in the
100+
// merged output.
101101
using MergeCallback =
102102
std::function<lldb::SectionSP(lldb::SectionSP, lldb::SectionSP)>;
103103

0 commit comments

Comments
 (0)