Skip to content

Commit

Permalink
[llvm-cov] Fix a comment, NFC
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294134 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vedantk committed Feb 5, 2017
1 parent 7fa46d0 commit 95f9742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llvm-cov/CodeCoverage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class CodeCoverageTool {
/// A cache for demangled symbol names.
StringMap<std::string> DemangledNames;

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

/// A container for input source file buffers.
Expand Down

0 comments on commit 95f9742

Please sign in to comment.