[llvm] r282091 - fix typo in comment [NFC]

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 10:15:23 PDT 2016


Author: etienneb
Date: Wed Sep 21 12:15:23 2016
New Revision: 282091

URL: http://llvm.org/viewvc/llvm-project?rev=282091&view=rev
Log:
fix typo in comment [NFC]

Modified:
    llvm/trunk/cmake/config-ix.cmake

Modified: llvm/trunk/cmake/config-ix.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/config-ix.cmake?rev=282091&r1=282090&r2=282091&view=diff
==============================================================================
--- llvm/trunk/cmake/config-ix.cmake (original)
+++ llvm/trunk/cmake/config-ix.cmake Wed Sep 21 12:15:23 2016
@@ -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)




More information about the llvm-commits mailing list