summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2014-03-19 13:19:39 +0000
committerDmitry Vyukov <dvyukov@google.com>2014-03-19 13:19:39 +0000
commit7f77eb06185b794569b922c8ed6845092a4281f3 (patch)
tree724953ad3ec13ae56b0f2d32e64bc30ae5b0f44f /lib/sanitizer_common/sanitizer_deadlock_detector2.cc
parent1bc980b071fdc240b38d43a9fc80183f66ed531a (diff)
tsan: fix copy-pasted comment
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204231 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_deadlock_detector2.cc')
-rw-r--r--lib/sanitizer_common/sanitizer_deadlock_detector2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sanitizer_common/sanitizer_deadlock_detector2.cc b/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
index 1560ead70..22843623a 100644
--- a/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
+++ b/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
@@ -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.
//
//===----------------------------------------------------------------------===//