Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 95f9742

Browse files
committed
[llvm-cov] Fix a comment, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294134 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7fa46d0 commit 95f9742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/llvm-cov/CodeCoverage.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class CodeCoverageTool {
139139
/// A cache for demangled symbol names.
140140
StringMap<std::string> DemangledNames;
141141

142-
/// Errors and warnings which have not been printed.
142+
/// A lock which guards printing to stderr.
143143
std::mutex ErrsLock;
144144

145145
/// A container for input source file buffers.

0 commit comments

Comments
 (0)