[libcxx-commits] [libcxx] 3292fac - [NFC] Fix typos in CMake comment

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 21 16:37:23 PDT 2019


Author: Louis Dionne
Date: 2019-10-21T23:38:32Z
New Revision: 3292facc0a2a87e0f079be1b54e081801cc9bc0d

URL: https://github.com/llvm/llvm-project/commit/3292facc0a2a87e0f079be1b54e081801cc9bc0d
DIFF: https://github.com/llvm/llvm-project/commit/3292facc0a2a87e0f079be1b54e081801cc9bc0d.diff

LOG: [NFC] Fix typos in CMake comment

llvm-svn: 375469

Added: 
    

Modified: 
    libcxx/include/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt
index e12068a1a2a1..302da8a131b4 100644
--- a/libcxx/include/CMakeLists.txt
+++ b/libcxx/include/CMakeLists.txt
@@ -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.


        


More information about the libcxx-commits mailing list