summaryrefslogtreecommitdiff
path: root/lib/Bitcode
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@codeaurora.org>2017-09-15 20:01:43 +0000
committerMandeep Singh Grang <mgrang@codeaurora.org>2017-09-15 20:01:43 +0000
commit32598e1bf4f4cd8951a2005a6997b0852ad88538 (patch)
tree2c7043bd5e93dbfaba59f14ef5ce7cc965c4d007 /lib/Bitcode
parent4abccff981adfaddf2a26bc1a6a8bce374f01574 (diff)
[llvm] Fix some typos. NFC.
Reviewers: mcrosier Reviewed By: mcrosier Subscribers: mcrosier, llvm-commits Differential Revision: https://reviews.llvm.org/D37922 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313388 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode')
-rw-r--r--lib/Bitcode/Writer/BitcodeWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bitcode/Writer/BitcodeWriter.cpp b/lib/Bitcode/Writer/BitcodeWriter.cpp
index 3c7e10faa5d..de154ba6be7 100644
--- a/lib/Bitcode/Writer/BitcodeWriter.cpp
+++ b/lib/Bitcode/Writer/BitcodeWriter.cpp
@@ -3676,7 +3676,7 @@ void IndexBitcodeWriter::writeCombinedGlobalValueSummary() {
// 2) There is a static variable with the OriginalGUID identical
// to the GUID of the library function in 1);
// When this happens, the logic for SamplePGO kicks in and
- // the static varible in 2) will be found, which needs to be
+ // the static variable in 2) will be found, which needs to be
// filtered out.
auto *GVSum = Index.getGlobalValueSummary(GUID, false);
if (GVSum &&