From 1ff6b12017f0181158aa7974a42caa40eb887b95 Mon Sep 17 00:00:00 2001 From: Etienne Bergeron Date: Wed, 21 Sep 2016 17:15:23 +0000 Subject: [PATCH] fix typo in comment [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282091 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/config-ix.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1