summaryrefslogtreecommitdiff
path: root/test/tsan/race_on_heap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/race_on_heap.cc')
-rw-r--r--test/tsan/race_on_heap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/race_on_heap.cc b/test/tsan/race_on_heap.cc
index 6c2defc83..83bf36fad 100644
--- a/test/tsan/race_on_heap.cc
+++ b/test/tsan/race_on_heap.cc
@@ -39,7 +39,7 @@ int main() {
// CHECK: WARNING: ThreadSanitizer: data race
// ...
// CHECK: Location is heap block of size 99 at [[ADDR]] allocated by thread T1:
-// CHCEK: #0 malloc
+// CHECK: #0 malloc
// CHECK: #{{1|2}} alloc
// CHECK: #{{2|3}} AllocThread
// ...