fix typo in comment [NFC]

llvm-svn: 282091
This commit is contained in:
Etienne Bergeron 2016-09-21 17:15:23 +00:00
parent 2552acd945
commit a15c90e998
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if(HAVE_LIBPTHREAD)
endif()
# Don't look for these libraries on Windows. Also don't look for them if we're
# using MSan, since uninstrmented third party code may call MSan interceptors
# using MSan, since uninstrumented third party code may call MSan interceptors
# like strlen, leading to false positives.
if( NOT PURE_WINDOWS AND NOT LLVM_USE_SANITIZER MATCHES "Memory.*")
if (LLVM_ENABLE_ZLIB)