Skip to content

Commit 4df2b63

Browse files
committed
Fix typo in comment
1 parent ea3e2df commit 4df2b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ struct FunctionRecord {
720720
Region.Kind == CounterMappingRegion::MCDCBranchRegion) {
721721
CountedBranchRegions.emplace_back(Region, Count, FalseCount,
722722
HasSingleByteCoverage);
723-
// If either counters is hard-coded to zero, then this region represents a
723+
// If either counter is hard-coded to zero, then this region represents a
724724
// constant-folded branch.
725725
CountedBranchRegions.back().TrueFolded = Region.Count.isZero();
726726
CountedBranchRegions.back().FalseFolded = Region.FalseCount.isZero();

0 commit comments

Comments
 (0)