summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-03-25 03:29:51 +0000
committerShoaib Meenai <smeenai@fb.com>2017-03-25 03:29:51 +0000
commitb73d43521f5b2e9bda3baf6c67c614745f50d443 (patch)
treef391994a5f08cb4cb15cb5a548b14665cf2c3e93
parent84904fb7ea4785489703b2f6fcc921e645a54fe1 (diff)
downloadbcm5719-llvm-b73d43521f5b2e9bda3baf6c67c614745f50d443.tar.gz
bcm5719-llvm-b73d43521f5b2e9bda3baf6c67c614745f50d443.zip
[libc++] Fix word transposition in comment
"to due" -> "due to". No functional change. llvm-svn: 298764
-rw-r--r--libcxx/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt
index d0db4229c52..0e4cab8ef88 100644
--- a/libcxx/CMakeLists.txt
+++ b/libcxx/CMakeLists.txt
@@ -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.
OpenPOWER on IntegriCloud