aboutsummaryrefslogtreecommitdiff
path: root/docs/ThreadSanitizer.rst
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2012-12-17 13:07:35 +0000
committerDmitry Vyukov <dvyukov@google.com>2012-12-17 13:07:35 +0000
commit61dde19d72a86ad180840ff858fa9a688de81bbc (patch)
tree70b1df283022df2de81ac330f1625ee453a66100 /docs/ThreadSanitizer.rst
parent05b1ac8791ee89fdf0b275631ab8118febc7c33d (diff)
tsan: correct llvm libc++ name
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170326 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ThreadSanitizer.rst')
-rw-r--r--docs/ThreadSanitizer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ThreadSanitizer.rst b/docs/ThreadSanitizer.rst
index 4cf0e37f83..a7f6eb782b 100644
--- a/docs/ThreadSanitizer.rst
+++ b/docs/ThreadSanitizer.rst
@@ -99,7 +99,7 @@ Current Status
ThreadSanitizer is in beta stage. It is known to work on large C++ programs
using pthreads, but we do not promise anything (yet). C++11 threading is
-supported with llvm libstdc++. The test suite is integrated into CMake build
+supported with llvm libc++. The test suite is integrated into CMake build
and can be run with ``make check-tsan`` command.
We are actively working on enhancing the tool --- stay tuned. Any help,