ソースを参照

[NFC] Fix typos in CMake comment

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@375469 91177308-0d34-0410-b5e6-96231b3b80d8
Louis Dionne 5 年 前
コミット
4dff356569
1 ファイル変更2 行追加2 行削除
  1. 2 2
      include/CMakeLists.txt

+ 2 - 2
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.