aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/include/thread
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/include/thread')
-rw-r--r--contrib/llvm-project/libcxx/include/thread2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/include/thread b/contrib/llvm-project/libcxx/include/thread
index 943085b7af03..1cf22bf6aaf9 100644
--- a/contrib/llvm-project/libcxx/include/thread
+++ b/contrib/llvm-project/libcxx/include/thread
@@ -106,7 +106,7 @@ void sleep_for(const chrono::duration<Rep, Period>& rel_time);
#endif
#ifdef _LIBCPP_HAS_NO_THREADS
-# error "<thread> is not supported since libc++ has been configured without support for threads."
+# error "<thread> is not supported since libc++ has been configured without support for threads."
#endif
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES)