We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e44e3 commit ea90e28Copy full SHA for ea90e28
llvm/include/llvm/Support/RWMutex.h
@@ -19,7 +19,7 @@
19
#include <mutex>
20
#include <shared_mutex>
21
22
-// std::shared_timed_mutex is only availble on macOS 10.12 and later.
+// std::shared_timed_mutex is only available on macOS 10.12 and later.
23
#if defined(__APPLE__) && defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__)
24
#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101200
25
#define LLVM_USE_RW_MUTEX_IMPL
0 commit comments