From: Etienne Bergeron Date: Wed, 21 Sep 2016 17:15:23 +0000 (+0000) Subject: fix typo in comment [NFC] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ff6b12017f0181158aa7974a42caa40eb887b95;p=llvm fix typo in comment [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282091 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake index 2531a9effc8..e3f10361b12 100755 --- a/cmake/config-ix.cmake +++ b/cmake/config-ix.cmake @@ -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)