[llvm-commits] [compiler-rt] r150184 - /compiler-rt/trunk/lib/asan/interception/interception.h

Timur Iskhodzhanov timurrrr at google.com
Thu Feb 9 08:29:41 PST 2012


Author: timurrrr
Date: Thu Feb  9 10:29:41 2012
New Revision: 150184

URL: http://llvm.org/viewvc/llvm-project?rev=150184&view=rev
Log:
Test commit + fix an obvious typo

Modified:
    compiler-rt/trunk/lib/asan/interception/interception.h

Modified: compiler-rt/trunk/lib/asan/interception/interception.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/interception/interception.h?rev=150184&r1=150183&r2=150184&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/interception/interception.h (original)
+++ compiler-rt/trunk/lib/asan/interception/interception.h Thu Feb  9 10:29:41 2012
@@ -128,7 +128,7 @@
 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func)
 #else  // defined(_WIN32)
   // FIXME: deal with interception on Win.
-# define INTERCEPT_FUNCTON(func) true
+# define INTERCEPT_FUNCTION(func) true
 #endif
 
 #undef INCLUDED_FROM_INTERCEPTION_LIB





More information about the llvm-commits mailing list