diff options
| author | Alexey Samsonov <samsonov@google.com> | 2012-07-17 09:39:59 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2012-07-17 09:39:59 +0000 |
| commit | 93ca829c2d5ec541bcc2424598c75f5d9193bbcf (patch) | |
| tree | c8484a981bdeebba8df8c266c85eac6192317ce9 | |
| parent | ef23e2053b315e8e30c57f6fb2cac4186a4c00ff (diff) | |
| download | bcm5719-llvm-93ca829c2d5ec541bcc2424598c75f5d9193bbcf.tar.gz bcm5719-llvm-93ca829c2d5ec541bcc2424598c75f5d9193bbcf.zip | |
[TSan] cleanup header comments
llvm-svn: 160359
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_trace.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc b/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc index efe8c41e7a0..7451492744f 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc @@ -9,7 +9,7 @@ // // This file is a part of ThreadSanitizer (TSan), a race detector. // -// Linux-specific code. +// Mac-specific code. //===----------------------------------------------------------------------===// #ifdef __APPLE__ diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc b/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc index 3c8b1fd3926..525a8142237 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc @@ -1,4 +1,4 @@ -//===-- tsan_rtl.cc -------------------------------------------------------===// +//===-- tsan_rtl_report.cc ------------------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/tsan/rtl/tsan_trace.h b/compiler-rt/lib/tsan/rtl/tsan_trace.h index a5853743f22..bf15bf5cc23 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_trace.h +++ b/compiler-rt/lib/tsan/rtl/tsan_trace.h @@ -1,4 +1,4 @@ -//===-- tsan_trace.h -------------------------------------------*- C++ -*-===// +//===-- tsan_trace.h --------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |

