tsan: fix copy-pasted comment

llvm-svn: 204231
This commit is contained in:
Dmitry Vyukov 2014-03-19 13:19:39 +00:00
parent 2275a01a44
commit ecc3456fd6
1 changed files with 2 additions and 2 deletions

View File

@ -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.
//
//===----------------------------------------------------------------------===//