[llvm-cov] Drop another redundant 'No.' suffix

llvm-svn: 281872
This commit is contained in:
Vedant Kumar
2016-09-19 00:38:14 +00:00
parent 44bc28c9c9
commit 98ba34e5ad
2 changed files with 2 additions and 2 deletions

View File

@@ -620,7 +620,7 @@ void SourceCoverageViewHTML::renderTableHeader(raw_ostream &OS,
}
renderLinePrefix(OS, ViewDepth);
OS << tag("td", tag("pre", "Line No.")) << tag("td", tag("pre", "Count"))
OS << tag("td", tag("pre", "Line")) << tag("td", tag("pre", "Count"))
<< SourceLabel;
renderLineSuffix(OS, ViewDepth);
}