Test commit + fix an obvious typo
llvm-svn: 150184
diff --git a/compiler-rt/lib/asan/interception/interception.h b/compiler-rt/lib/asan/interception/interception.h
index 1400885..c7cbd0f 100644
--- a/compiler-rt/lib/asan/interception/interception.h
+++ b/compiler-rt/lib/asan/interception/interception.h
@@ -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