From ba325eaa4c518251f8cd2f99eaa3237d878baa6e Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 11 Aug 2015 23:31:43 +0000 Subject: [PATCH] NFC. Fixing a red squiggly line in my editor. llvm-svn: 244699 --- compiler-rt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt index bfae84e9..51a1b80 100644 --- a/compiler-rt/CMakeLists.txt +++ b/compiler-rt/CMakeLists.txt @@ -22,7 +22,7 @@ endif() if (NOT MSVC) cmake_minimum_required(VERSION 2.8.8) else() - # Version 2.8.12.1 is required to build with Visual Studion 2013. + # Version 2.8.12.1 is required to build with Visual Studio 2013. cmake_minimum_required(VERSION 2.8.12.1) endif() -- 2.7.4