Skip to content

Commit 2d41f70

Browse files
committed
Fix comment
1 parent 19c54b9 commit 2d41f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Core/Section.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class SectionList {
9696
/// information.
9797
uint64_t GetDebugInfoSize() const;
9898

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

0 commit comments

Comments
 (0)