Fix typo in error message. NFC.

llvm-svn: 296346
This commit is contained in:
Asiri Rathnayake 2017-02-27 15:49:51 +00:00
parent 0860bfc676
commit 01eb47800b
1 changed files with 1 additions and 1 deletions

View File

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