Fix documentation mis-spelling.
authorEric Fiselier <eric@efcs.ca>
Mon, 10 Oct 2016 14:45:06 +0000 (14:45 +0000)
committerEric Fiselier <eric@efcs.ca>
Mon, 10 Oct 2016 14:45:06 +0000 (14:45 +0000)
I promise to stop misspelling things when the English language gains a program
that does strict semantic checking.

llvm-svn: 283759

libcxx/CMakeLists.txt

index 27cddec..6b36471 100644 (file)
@@ -272,7 +272,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${LIBCXX_LIBRARY_DIR})
 # 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 "")