]> granicus.if.org Git - llvm/commitdiff
[llvm-cov] Fix a comment, NFC
authorVedant Kumar <vsk@apple.com>
Sun, 5 Feb 2017 20:10:55 +0000 (20:10 +0000)
committerVedant Kumar <vsk@apple.com>
Sun, 5 Feb 2017 20:10:55 +0000 (20:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294134 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-cov/CodeCoverage.cpp

index 0a9807ab00334c467b4cee5c0ae726849d632072..d4b2aed20f4993a9fd4f19e5e561caf228244810 100644 (file)
@@ -139,7 +139,7 @@ private:
   /// 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.