[libc++] Fix word transposition in comment

"to due" -> "due to". No functional change.

llvm-svn: 298764
This commit is contained in:
Shoaib Meenai 2017-03-25 03:29:51 +00:00
parent 84904fb7ea
commit b73d43521f
1 changed files with 1 additions and 1 deletions

View File

@ -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.