summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/fork_multithreaded.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/fork_multithreaded.cc')
-rw-r--r--compiler-rt/test/tsan/fork_multithreaded.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/fork_multithreaded.cc b/compiler-rt/test/tsan/fork_multithreaded.cc
index 474b53e425a..cceb83ec201 100644
--- a/compiler-rt/test/tsan/fork_multithreaded.cc
+++ b/compiler-rt/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
OpenPOWER on IntegriCloud