From: Louis Dionne Date: Mon, 21 Oct 2019 23:38:32 +0000 (+0000) Subject: [NFC] Fix typos in CMake comment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3292facc0a2a87e0f079be1b54e081801cc9bc0d;p=platform%2Fupstream%2Fllvm.git [NFC] Fix typos in CMake comment llvm-svn: 375469 --- diff --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt index e12068a..302da8a 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.