[libcxx] r298764 - [libc++] Fix word transposition in comment

Shoaib Meenai via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 24 20:29:52 PDT 2017


Author: smeenai
Date: Fri Mar 24 22:29:51 2017
New Revision: 298764

URL: http://llvm.org/viewvc/llvm-project?rev=298764&view=rev
Log:
[libc++] Fix word transposition in comment

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

Modified:
    libcxx/trunk/CMakeLists.txt

Modified: libcxx/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/CMakeLists.txt?rev=298764&r1=298763&r2=298764&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Fri Mar 24 22:29:51 2017
@@ -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.




More information about the cfe-commits mailing list