diff options
Diffstat (limited to 'compiler-rt/test/tsan/Darwin/ignored-interceptors.mm')
-rw-r--r-- | compiler-rt/test/tsan/Darwin/ignored-interceptors.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/Darwin/ignored-interceptors.mm b/compiler-rt/test/tsan/Darwin/ignored-interceptors.mm index 1105132a3cb..b2e40f07d57 100644 --- a/compiler-rt/test/tsan/Darwin/ignored-interceptors.mm +++ b/compiler-rt/test/tsan/Darwin/ignored-interceptors.mm @@ -1,4 +1,4 @@ -// Check that ignore_interceptors_accesses=1 supresses reporting races from +// Check that ignore_interceptors_accesses=1 suppresses reporting races from // system libraries on OS X. There are currently false positives coming from // libxpc, libdispatch, CoreFoundation and others, because these libraries use // TSan-invisible atomics as synchronization. |