Skip to content

Commit 23427b8

Browse files
[BOLT][NFC] Fix typo in DWARFRewriter.cpp (#93955)
1 parent 7acd2c0 commit 23427b8

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
@@ -352,7 +352,7 @@ static cl::opt<bool> CreateDebugNames(
352352

353353
static cl::opt<bool>
354354
DebugSkeletonCu("debug-skeleton-cu",
355-
cl::desc("prints out offsetrs for abbrev and debu_info of "
355+
cl::desc("prints out offsets for abbrev and debug_info of "
356356
"Skeleton CUs that get patched."),
357357
cl::ZeroOrMore, cl::Hidden, cl::init(false),
358358
cl::cat(BoltCategory));

0 commit comments

Comments
 (0)