[libcxx] r342822 - [NFC][libc++] Fix typo in the description of LIBCXX_INCLUDE_BENCHMARKS

Louis Dionne ldionne at apple.com
Sat Sep 22 14:30:12 PDT 2018


Author: ldionne
Date: Sat Sep 22 14:30:12 2018
New Revision: 342822

URL: http://llvm.org/viewvc/llvm-project?rev=342822&view=rev
Log:
[NFC][libc++] Fix typo in the description of LIBCXX_INCLUDE_BENCHMARKS

Modified:
    libcxx/trunk/CMakeLists.txt

Modified: libcxx/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/CMakeLists.txt?rev=342822&r1=342821&r2=342822&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Sat Sep 22 14:30:12 2018
@@ -77,7 +77,7 @@ option(LIBCXX_ENABLE_FILESYSTEM "Build f
 option(LIBCXX_INCLUDE_TESTS "Build the libc++ tests." ${LLVM_INCLUDE_TESTS})
 
 # Benchmark options -----------------------------------------------------------
-option(LIBCXX_INCLUDE_BENCHMARKS "Build the libc++ benchmarks and their dependancies" ON)
+option(LIBCXX_INCLUDE_BENCHMARKS "Build the libc++ benchmarks and their dependencies" ON)
 set(LIBCXX_BENCHMARK_NATIVE_STDLIB "" CACHE STRING
         "Build the benchmarks against the specified native STL.
          The value must be one of libc++/libstdc++")




More information about the libcxx-commits mailing list