libcxx: fix a documentation typo
authorNico Weber <thakis@chromium.org>
Thu, 18 Feb 2021 16:58:48 +0000 (11:58 -0500)
committerNico Weber <thakis@chromium.org>
Thu, 18 Feb 2021 16:59:51 +0000 (11:59 -0500)
See `grep 'option.LIBCXX_INCLUDE_TESTS' libcxx/CMakeLists.txt`.

libcxx/docs/BuildingLibcxx.rst

index 67ce03d..da72aac 100644 (file)
@@ -292,7 +292,7 @@ libc++ Feature Options
 
 .. option:: LIBCXX_INCLUDE_TESTS:BOOL
 
-  **Default**: ``ON`` (or value of ``LLVM_INCLUDE_DIR``)
+  **Default**: ``ON`` (or value of ``LLVM_INCLUDE_TESTS``)
 
   Build the libc++ tests.