[NFC] Fix typos in CMake comment
authorLouis Dionne <ldionne@apple.com>
Mon, 21 Oct 2019 23:38:32 +0000 (23:38 +0000)
committerLouis Dionne <ldionne@apple.com>
Mon, 21 Oct 2019 23:38:32 +0000 (23:38 +0000)
llvm-svn: 375469

libcxx/include/CMakeLists.txt

index e12068a..302da8a 100644 (file)
@@ -201,8 +201,8 @@ else()
     )
 endif()
 
-# In some build configuraitons (like boostrapping clang), we need to be able to
-# install the libcxx headers before CMake configuraiton for libcxx runs. Making
+# In some build configurations (like bootstrapping clang), we need to be able to
+# install the libcxx headers before the CMake configuration for libcxx runs. Making
 # the name of this target configurable allows LLVM/runtimes/CMakeLists.txt to
 # add this subdirectory to the LLVM build to put libcxx's headers in place
 # before libcxx's build configuration is run.