diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:31:13 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:31:13 +0000 |
commit | dae11f7aabfd025547bd313e03f143a8092b8304 (patch) | |
tree | 87fffa7a8258f2e95904d210a4d8866bded9f2bc /llvm/unittests/ProfileData/CoverageMappingTest.cpp | |
parent | 7d18a70dac478167cd7ba5048a8f0504d242ee30 (diff) | |
download | llvm-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.cpp | 2 |
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) { |