From: Ehsan Akhgari Date: Fri, 25 Jul 2014 02:51:57 +0000 (+0000) Subject: Fix a warning in CoverageMappingReader.cpp X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2048bc28ff04d86da5ad20cbedee523d10194000;p=oota-llvm.git Fix a warning in CoverageMappingReader.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213920 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ProfileData/CoverageMappingReader.cpp b/lib/ProfileData/CoverageMappingReader.cpp index 83c707fa43d..72dbb6c7808 100644 --- a/lib/ProfileData/CoverageMappingReader.cpp +++ b/lib/ProfileData/CoverageMappingReader.cpp @@ -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 &MappingRegions, unsigned InferredFileID,