Test commit + fix an obvious typo

llvm-svn: 150184
This commit is contained in:
Timur Iskhodzhanov 2012-02-09 16:29:41 +00:00
parent 1a4695a091
commit bc9bb3f581
1 changed files with 1 additions and 1 deletions

View File

@ -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