aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/CoverageMappingTest.cpp
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
commitdae11f7aabfd025547bd313e03f143a8092b8304 (patch)
tree87fffa7a8258f2e95904d210a4d8866bded9f2bc /llvm/unittests/ProfileData/CoverageMappingTest.cpp
parent7d18a70dac478167cd7ba5048a8f0504d242ee30 (diff)
downloadllvm-dae11f7aabfd025547bd313e03f143a8092b8304.zip
llvm-dae11f7aabfd025547bd313e03f143a8092b8304.tar.gz
llvm-dae11f7aabfd025547bd313e03f143a8092b8304.tar.bz2
Fix spelling mistakes in Tools/Tests comments. NFC.
Identified by Pedro Giffuni in PR27636. llvm-svn: 287489
Diffstat (limited to 'llvm/unittests/ProfileData/CoverageMappingTest.cpp')
-rw-r--r--llvm/unittests/ProfileData/CoverageMappingTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/ProfileData/CoverageMappingTest.cpp b/llvm/unittests/ProfileData/CoverageMappingTest.cpp
index e6d7aa3..49eab4a 100644
--- a/llvm/unittests/ProfileData/CoverageMappingTest.cpp
+++ b/llvm/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) {