diff options
author | Mandeep Singh Grang <mgrang@codeaurora.org> | 2017-09-15 20:01:43 +0000 |
---|---|---|
committer | Mandeep Singh Grang <mgrang@codeaurora.org> | 2017-09-15 20:01:43 +0000 |
commit | 1be19e6f5bf8bbddc0fb1881040c98e47281980b (patch) | |
tree | cedb353af0f58fd3339961e30895afb2622729e2 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | df8598dcc46bde61fd70e2a39b6b8a067cc8be4a (diff) | |
download | llvm-1be19e6f5bf8bbddc0fb1881040c98e47281980b.zip llvm-1be19e6f5bf8bbddc0fb1881040c98e47281980b.tar.gz llvm-1be19e6f5bf8bbddc0fb1881040c98e47281980b.tar.bz2 |
[llvm] Fix some typos. NFC.
Reviewers: mcrosier
Reviewed By: mcrosier
Subscribers: mcrosier, llvm-commits
Differential Revision: https://reviews.llvm.org/D37922
llvm-svn: 313388
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp index 3c7e10f..de154ba 100644 --- a/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/llvm/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 && |