mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 18:38:30 +08:00
Fix documentation mis-spelling.
I promise to stop misspelling things when the English language gains a program that does strict semantic checking. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@283759 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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 "")
|
||||
|
Reference in New Issue
Block a user