summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2014-03-31 10:51:13 +0000
committerAlexander Potapenko <glider@google.com>2014-03-31 10:51:13 +0000
commiteba4cc9092ffa0fb41c1b25491857f6f9b5b01e4 (patch)
tree70b6960518dc310bca374a3448f94aed452bc406 /test
parenta68a5062e9b7d52172daef5ef09732f2b5e32fba (diff)
[TSan] Follow-up for r205175: typo fix in the test.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@205176 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/tsan/fork_multithreaded.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tsan/fork_multithreaded.cc b/test/tsan/fork_multithreaded.cc
index 474b53e42..cceb83ec2 100644
--- a/test/tsan/fork_multithreaded.cc
+++ b/test/tsan/fork_multithreaded.cc
@@ -34,9 +34,9 @@ int main() {
fprintf(stderr, "OK\n");
}
-// CHECK-DIE: ThreadSanitizer: starting new threads after muti-threaded fork is not supported
+// CHECK-DIE: ThreadSanitizer: starting new threads after multi-threaded fork is not supported
// CHECK-DIE: OK
-// CHECK-NODIE-NOT: ThreadSanitizer: starting new threads after muti-threaded fork is not supported
+// CHECK-NODIE-NOT: ThreadSanitizer: starting new threads after multi-threaded fork is not supported
// CHECK-NODIE: OK