diff options
author | Rong Xu <xur@google.com> | 2021-08-16 10:15:30 -0700 |
---|---|---|
committer | Rong Xu <xur@google.com> | 2021-08-16 10:15:30 -0700 |
commit | b7425e956be60a73004d7ae5bb37da85872c29fb (patch) | |
tree | ca0b05260e1b60f15a059e7d5e2fb2e3ddada3f4 /llvm/lib/ProfileData/SampleProfReader.cpp | |
parent | 4357562067003e25ab343a2d67a60bd89cd66dbf (diff) | |
download | llvm-b7425e956be60a73004d7ae5bb37da85872c29fb.zip llvm-b7425e956be60a73004d7ae5bb37da85872c29fb.tar.gz llvm-b7425e956be60a73004d7ae5bb37da85872c29fb.tar.bz2 |
[NFC] Fix typos
s/senstive/senstive/g
Diffstat (limited to 'llvm/lib/ProfileData/SampleProfReader.cpp')
-rw-r--r-- | llvm/lib/ProfileData/SampleProfReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ProfileData/SampleProfReader.cpp b/llvm/lib/ProfileData/SampleProfReader.cpp index 6058edd..a801ca1 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 senstive discriminators")); + cl::desc("Profile uses flow sensitive discriminators")); /// Dump the function profile for \p FName. /// |