[PATCH] D157206: [BOLT] Fix typo in comment
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 09:38:24 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd7add58cffe3: [BOLT] Fix typo in comment (authored by Eymay, committed by maksfb).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157206/new/
https://reviews.llvm.org/D157206
Files:
bolt/lib/Rewrite/DWARFRewriter.cpp
Index: bolt/lib/Rewrite/DWARFRewriter.cpp
===================================================================
--- bolt/lib/Rewrite/DWARFRewriter.cpp
+++ bolt/lib/Rewrite/DWARFRewriter.cpp
@@ -2193,7 +2193,7 @@
if (Unit.getVersion() >= 5)
RangeAttrVal = RangesSectionOffset;
// HighPC was conveted into DW_AT_ranges.
- // For DWARF5 we only access ranges throught index.
+ // For DWARF5 we only access ranges through index.
DIEBldr.replaceValue(&Die, HighPCAttrInfo.getAttribute(), dwarf::DW_AT_ranges,
RangesForm, DIEInteger(RangeAttrVal));
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157206.553170.patch
Type: text/x-patch
Size: 583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/41c15f0d/attachment.bin>
More information about the llvm-commits
mailing list