From 01eb47800be911837103dce80e7b51fe8f579944 Mon Sep 17 00:00:00 2001 From: Asiri Rathnayake Date: Mon, 27 Feb 2017 15:49:51 +0000 Subject: [PATCH] Fix typo in error message. NFC. llvm-svn: 296346 --- libcxx/include/__config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/__config b/libcxx/include/__config index de717ff61b41..77903123e8b4 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -961,7 +961,7 @@ _LIBCPP_FUNC_VIS extern "C" void __sanitizer_annotate_contiguous_container( #endif #if defined(_LIBCPP_HAS_NO_THREADS) && defined(_LIBCPP_HAS_THREAD_API_EXTERNAL) -# error _LIBCPP_HAS_EXTERNAL_THREAD_API may not be defined when \ +# error _LIBCPP_HAS_THREAD_API_EXTERNAL may not be defined when \ _LIBCPP_HAS_NO_THREADS is defined. #endif