summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interface_internal.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2013-02-13 06:07:50 +0000
committerKostya Serebryany <kcc@google.com>2013-02-13 06:07:50 +0000
commit867ac63fdc4d5aec1c1d66858937cf787af86105 (patch)
treec36fcf9967e34effe25b989db222bb8538e62015 /lib/asan/asan_interface_internal.h
parentc242446f7a7c6a0c1f1bf9ad403d6dac6f215f1c (diff)
downloadcompiler-rt-867ac63fdc4d5aec1c1d66858937cf787af86105.tar.gz
compiler-rt-867ac63fdc4d5aec1c1d66858937cf787af86105.tar.bz2
compiler-rt-867ac63fdc4d5aec1c1d66858937cf787af86105.tar.xz
[tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@175037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_interface_internal.h')
-rw-r--r--lib/asan/asan_interface_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/asan_interface_internal.h b/lib/asan/asan_interface_internal.h
index 30f8d01a..48220e71 100644
--- a/lib/asan/asan_interface_internal.h
+++ b/lib/asan/asan_interface_internal.h
@@ -23,7 +23,7 @@ extern "C" {
// This function should be called at the very beginning of the process,
// before any instrumented code is executed and before any call to malloc.
// Everytime the asan ABI changes we also change the version number in this
- // name. Objects build with incompatible asan ABI version
+ // name. Objects build with incompatible asan ABI version
// will not link with run-time.
void __asan_init_v1() SANITIZER_INTERFACE_ATTRIBUTE;
#define __asan_init __asan_init_v1