forked from OSchip/llvm-project
[libc++] Fix word transposition in comment
"to due" -> "due to". No functional change. llvm-svn: 298764
This commit is contained in:
parent
84904fb7ea
commit
b73d43521f
|
@ -161,7 +161,7 @@ option(LIBCXX_ENABLE_ABI_LINKER_SCRIPT
|
|||
set(ENABLE_NEW_DELETE_DEFAULT ON)
|
||||
if (LIBCXXABI_ENABLE_NEW_DELETE_DEFINITIONS)
|
||||
# FIXME: This option should default to off. Unfortunatly GCC 4.9 fails to link
|
||||
# programs to due undefined references to new/delete in libc++abi so to work
|
||||
# programs due to undefined references to new/delete in libc++abi so to work
|
||||
# around this libc++abi currently defaults LIBCXXABI_ENABLE_NEW_DELETE_DEFINITIONS
|
||||
# to ON. Once the GCC bug has been worked around this option should be changed
|
||||
# back to OFF.
|
||||
|
|
Loading…
Reference in New Issue