Skip to content

Commit d7add58

Browse files
eymaymaksfb
authored andcommitted
[BOLT] Fix typo in comment
Reviewed By: maksfb Differential Revision: https://reviews.llvm.org/D157206
1 parent 83cb541 commit d7add58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Rewrite/DWARFRewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2193,7 +2193,7 @@ void DWARFRewriter::convertToRangesPatchDebugInfo(
21932193
if (Unit.getVersion() >= 5)
21942194
RangeAttrVal = RangesSectionOffset;
21952195
// HighPC was conveted into DW_AT_ranges.
2196-
// For DWARF5 we only access ranges throught index.
2196+
// For DWARF5 we only access ranges through index.
21972197

21982198
DIEBldr.replaceValue(&Die, HighPCAttrInfo.getAttribute(), dwarf::DW_AT_ranges,
21992199
RangesForm, DIEInteger(RangeAttrVal));

0 commit comments

Comments
 (0)