[compiler-rt] r204231 - tsan: fix copy-pasted comment
Dmitry Vyukov
dvyukov at google.com
Wed Mar 19 06:19:40 PDT 2014
Author: dvyukov
Date: Wed Mar 19 08:19:39 2014
New Revision: 204231
URL: http://llvm.org/viewvc/llvm-project?rev=204231&view=rev
Log:
tsan: fix copy-pasted comment
Modified:
compiler-rt/trunk/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_deadlock_detector2.cc?rev=204231&r1=204230&r2=204231&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_deadlock_detector2.cc (original)
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_deadlock_detector2.cc Wed Mar 19 08:19:39 2014
@@ -1,4 +1,4 @@
-//===-- sanitizer_deadlock_detector1.cc -----------------------------------===//
+//===-- sanitizer_deadlock_detector2.cc -----------------------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// Deadlock detector implementation based on NxN adjacency bit matrix.
+// Deadlock detector implementation based on adjacency lists.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list