Fix a warning in CoverageMappingReader.cpp
authorEhsan Akhgari <ehsan.akhgari@gmail.com>
Fri, 25 Jul 2014 02:51:57 +0000 (02:51 +0000)
committerEhsan Akhgari <ehsan.akhgari@gmail.com>
Fri, 25 Jul 2014 02:51:57 +0000 (02:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213920 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ProfileData/CoverageMappingReader.cpp

index 83c707fa43d0877cfc2de45d10456aacd56518fe..72dbb6c7808f70d4b0ee381c5403e09d44a2a57d 100644 (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,