summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/interception/interception_linux.h
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2012-02-22 08:56:25 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2012-02-22 08:56:25 +0000
commit3a32ed913bccf63bb9984b8534a36d280d8fbfab (patch)
tree079cd0345ae9e3e88a6f73943bb8104eb53c999e /compiler-rt/lib/asan/interception/interception_linux.h
parent5cd2a9d98e939481b9edfb35d68c8237003be365 (diff)
downloadbcm5719-llvm-3a32ed913bccf63bb9984b8534a36d280d8fbfab.tar.gz
bcm5719-llvm-3a32ed913bccf63bb9984b8534a36d280d8fbfab.zip
[ASan] Fix a wrong filename mentioned in a comment
llvm-svn: 151145
Diffstat (limited to 'compiler-rt/lib/asan/interception/interception_linux.h')
-rw-r--r--compiler-rt/lib/asan/interception/interception_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/interception/interception_linux.h b/compiler-rt/lib/asan/interception/interception_linux.h
index 214e6831985..102b3c1906f 100644
--- a/compiler-rt/lib/asan/interception/interception_linux.h
+++ b/compiler-rt/lib/asan/interception/interception_linux.h
@@ -15,7 +15,7 @@
#ifdef __linux__
#if !defined(INCLUDED_FROM_INTERCEPTION_LIB)
-# error "interception_mac.h should be included from interception library only"
+# error "interception_linux.h should be included from interception library only"
#endif
#ifndef INTERCEPTION_LINUX_H
OpenPOWER on IntegriCloud