[llvm] [BOLT][NFC] Fix typo in DWARFRewriter.cpp (PR #93955)
Elvina Yakubova via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 05:38:43 PDT 2024
https://github.com/ElvinaYakubova created https://github.com/llvm/llvm-project/pull/93955
Made a separate commit for this as it was suggested in https://github.com/llvm/llvm-project/pull/93822
>From 782d217f31b4c50afa849a426faf66b099c2c43e Mon Sep 17 00:00:00 2001
From: Elvina Yakubova <eyakubova at nvidia.com>
Date: Fri, 31 May 2024 03:29:00 +0530
Subject: [PATCH] [BOLT][NFC] Fix typo in DWARFRewriter.cpp
---
bolt/lib/Rewrite/DWARFRewriter.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bolt/lib/Rewrite/DWARFRewriter.cpp b/bolt/lib/Rewrite/DWARFRewriter.cpp
index ab46503621e9a..8814ebbd10aa5 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));
More information about the llvm-commits
mailing list