Fix a warning in CoverageMappingReader.cpp

llvm-svn: 213920
This commit is contained in:
Ehsan Akhgari 2014-07-25 02:51:57 +00:00
parent 755597c83d
commit 29b61ce770
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static const unsigned EncodingExpansionRegionBit = 1
<< Counter::EncodingTagBits;
/// \brief Read the sub-array of regions for the given inferred file id.
/// \param NumFileIDs: the number of file ids that are defined for this
/// \param NumFileIDs the number of file ids that are defined for this
/// function.
std::error_code RawCoverageMappingReader::readMappingRegionsSubArray(
std::vector<CounterMappingRegion> &MappingRegions, unsigned InferredFileID,