[libcxx] r283759 - Fix documentation mis-spelling.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 07:45:06 PDT 2016


Author: ericwf
Date: Mon Oct 10 09:45:06 2016
New Revision: 283759

URL: http://llvm.org/viewvc/llvm-project?rev=283759&view=rev
Log:
Fix documentation mis-spelling.

I promise to stop misspelling things when the English language gains a program
that does strict semantic checking.

Modified:
    libcxx/trunk/CMakeLists.txt

Modified: libcxx/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/CMakeLists.txt?rev=283759&r1=283758&r2=283759&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Mon Oct 10 09:45:06 2016
@@ -272,7 +272,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${LIB
 # LIBCXX_LINK_FLAGS: Linker only flags.
 # LIBCXX_LIBRARIES: libraries libc++ is linked to.
 # LIBCXX_INTERFACE_LIBRARIES: Libraries that must be linked when using libc++
-#                             There libraries are exposed in the linker script.
+#                             These libraries are exposed in the linker script.
 set(LIBCXX_COMPILE_FLAGS "")
 set(LIBCXX_LINK_FLAGS "")
 set(LIBCXX_LIBRARIES "")




More information about the cfe-commits mailing list