summaryrefslogtreecommitdiff
path: root/unittests/ProfileData
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:31:13 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:31:13 +0000
commit84354d97d51a60af84e7679a159afdbcc3c787a5 (patch)
tree216432543d52a42d4b1339ed4b7854dd241b322e /unittests/ProfileData
parent431da84b02485f4ad525d326ee0f5b37da40d6f1 (diff)
Fix spelling mistakes in Tools/Tests comments. NFC.
Identified by Pedro Giffuni in PR27636. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287489 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ProfileData')
-rw-r--r--unittests/ProfileData/CoverageMappingTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ProfileData/CoverageMappingTest.cpp b/unittests/ProfileData/CoverageMappingTest.cpp
index e6d7aa30dc4..49eab4ad788 100644
--- a/unittests/ProfileData/CoverageMappingTest.cpp
+++ b/unittests/ProfileData/CoverageMappingTest.cpp
@@ -145,7 +145,7 @@ struct CoverageMappingTest : ::testing::TestWithParam<std::pair<bool, bool>> {
}
// Return the file index of file 'Name' for the current function.
- // Add the file into the global map if necesary.
+ // Add the file into the global map if necessary.
// See also InputFunctionCoverageData::ReverseVirtualFileMapping
// for additional comments.
unsigned getFileIndexForFunction(StringRef Name) {