Fix spelling mistakes in Tools/Tests comments. NFC.

Identified by Pedro Giffuni in PR27636.

llvm-svn: 287489
This commit is contained in:
Simon Pilgrim
2016-11-20 13:31:13 +00:00
parent 7d18a70dac
commit dae11f7aab
6 changed files with 7 additions and 7 deletions

View File

@@ -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) {