[llvm-commits] [compiler-rt] r151145 - /compiler-rt/trunk/lib/asan/interception/interception_linux.h
Timur Iskhodzhanov
timurrrr at google.com
Wed Feb 22 00:56:25 PST 2012
Author: timurrrr
Date: Wed Feb 22 02:56:25 2012
New Revision: 151145
URL: http://llvm.org/viewvc/llvm-project?rev=151145&view=rev
Log:
[ASan] Fix a wrong filename mentioned in a comment
Modified:
compiler-rt/trunk/lib/asan/interception/interception_linux.h
Modified: compiler-rt/trunk/lib/asan/interception/interception_linux.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/interception/interception_linux.h?rev=151145&r1=151144&r2=151145&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/interception/interception_linux.h (original)
+++ compiler-rt/trunk/lib/asan/interception/interception_linux.h Wed Feb 22 02:56:25 2012
@@ -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
More information about the llvm-commits
mailing list