aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/SampleProfReader.cpp
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2021-08-16 11:12:35 -0700
committerKostya Kortchinsky <kostyak@google.com>2021-08-16 11:13:05 -0700
commit80ed75e7fb45f9f5fc84ca7cbe258be036015384 (patch)
tree6e3c49f55c8182e39183671c921f8943e1f12b35 /llvm/lib/ProfileData/SampleProfReader.cpp
parent8bc72dede68ccbbf828c0421276d962d369ba70f (diff)
downloadllvm-80ed75e7fb45f9f5fc84ca7cbe258be036015384.zip
llvm-80ed75e7fb45f9f5fc84ca7cbe258be036015384.tar.gz
llvm-80ed75e7fb45f9f5fc84ca7cbe258be036015384.tar.bz2
Revert "[NFC] Fix typos"
This reverts commit b7425e956be60a73004d7ae5bb37da85872c29fb.
Diffstat (limited to 'llvm/lib/ProfileData/SampleProfReader.cpp')
-rw-r--r--llvm/lib/ProfileData/SampleProfReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ProfileData/SampleProfReader.cpp b/llvm/lib/ProfileData/SampleProfReader.cpp
index a801ca1..6058edd 100644
--- a/llvm/lib/ProfileData/SampleProfReader.cpp
+++ b/llvm/lib/ProfileData/SampleProfReader.cpp
@@ -53,7 +53,7 @@ using namespace sampleprof;
// For ext-binary format profiles, the flag is set in the summary.
static cl::opt<bool> ProfileIsFSDisciminator(
"profile-isfs", cl::Hidden, cl::init(false),
- cl::desc("Profile uses flow sensitive discriminators"));
+ cl::desc("Profile uses flow senstive discriminators"));
/// Dump the function profile for \p FName.
///