Skip to content

Commit ea90e28

Browse files
committed
Fix typo
1 parent 89e44e3 commit ea90e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/RWMutex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <mutex>
2020
#include <shared_mutex>
2121

22-
// std::shared_timed_mutex is only availble on macOS 10.12 and later.
22+
// std::shared_timed_mutex is only available on macOS 10.12 and later.
2323
#if defined(__APPLE__) && defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__)
2424
#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101200
2525
#define LLVM_USE_RW_MUTEX_IMPL

0 commit comments

Comments
 (0)