]> granicus.if.org Git - llvm/commitdiff
fix typo in comment [NFC]
authorEtienne Bergeron <etienneb@google.com>
Wed, 21 Sep 2016 17:15:23 +0000 (17:15 +0000)
committerEtienne Bergeron <etienneb@google.com>
Wed, 21 Sep 2016 17:15:23 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282091 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/config-ix.cmake

index 2531a9effc8326837dba2874d72a6c068e1b0969..e3f10361b12009f635ed471adb42515d43571185 100755 (executable)
@@ -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)