Skip to content

Commit 78db64e

Browse files
committed
test commit
llvm-svn: 276401
1 parent e0f35a5 commit 78db64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-cov/CoverageSummaryInfo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ using namespace coverage;
1919

2020
FunctionCoverageSummary
2121
FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) {
22-
// Compute the region coverage
22+
// Compute the region coverage.
2323
size_t NumCodeRegions = 0, CoveredRegions = 0;
2424
for (auto &CR : Function.CountedRegions) {
2525
if (CR.Kind != CounterMappingRegion::CodeRegion)

0 commit comments

Comments
 (0)