aboutsummaryrefslogtreecommitdiff
path: root/bolt
diff options
context:
space:
mode:
authorElvina Yakubova <eyakubova@nvidia.com>2024-05-31 13:43:20 +0100
committerGitHub <noreply@github.com>2024-05-31 13:43:20 +0100
commit23427b808c84fcbf20315dbbb62f6b48edf36c21 (patch)
tree41c15d10474fbb716fb7619eb589aae58804945d /bolt
parent7acd2c0652250994a4d922bda7275d750f7bf1b7 (diff)
downloadllvm-23427b808c84fcbf20315dbbb62f6b48edf36c21.zip
llvm-23427b808c84fcbf20315dbbb62f6b48edf36c21.tar.gz
llvm-23427b808c84fcbf20315dbbb62f6b48edf36c21.tar.bz2
[BOLT][NFC] Fix typo in DWARFRewriter.cpp (#93955)
Diffstat (limited to 'bolt')
-rw-r--r--bolt/lib/Rewrite/DWARFRewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/lib/Rewrite/DWARFRewriter.cpp b/bolt/lib/Rewrite/DWARFRewriter.cpp
index ab46503..8814ebb 100644
--- a/bolt/lib/Rewrite/DWARFRewriter.cpp
+++ b/bolt/lib/Rewrite/DWARFRewriter.cpp
@@ -352,7 +352,7 @@ static cl::opt<bool> CreateDebugNames(
static cl::opt<bool>
DebugSkeletonCu("debug-skeleton-cu",
- cl::desc("prints out offsetrs for abbrev and debu_info of "
+ cl::desc("prints out offsets for abbrev and debug_info of "
"Skeleton CUs that get patched."),
cl::ZeroOrMore, cl::Hidden, cl::init(false),
cl::cat(BoltCategory));