[libcxx] r290666 - Fix typo in comment

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 28 03:09:18 PST 2016


Author: ericwf
Date: Wed Dec 28 05:09:18 2016
New Revision: 290666

URL: http://llvm.org/viewvc/llvm-project?rev=290666&view=rev
Log:
Fix typo in comment

Modified:
    libcxx/trunk/include/__config

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=290666&r1=290665&r2=290666&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Wed Dec 28 05:09:18 2016
@@ -48,7 +48,7 @@
 #define _LIBCPP_ABI_FORWARD_LIST_REMOVE_NODE_POINTER_UB
 #define _LIBCPP_ABI_FIX_UNORDERED_CONTAINER_SIZE_TYPE
 #define _LIBCPP_ABI_VARIADIC_LOCK_GUARD
-// Don't use a nullptr_t simulation type in C++03 and use theh C++11 nullptr
+// Don't use a nullptr_t simulation type in C++03 instead using C++11 nullptr
 // provided under the alternate keyword __nullptr, which changes the mangling
 // of nullptr_t. This option is ABI incompatible with GCC in C++03 mode.
 #define _LIBCPP_ABI_ALWAYS_USE_CXX11_NULLPTR




More information about the cfe-commits mailing list