mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
Fix grammar: it's == "it is".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22587 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8105c76da4
commit
15d89cba85
@ -38,7 +38,7 @@ using namespace sys;
|
||||
// Note: all LLVM tools will link against -lpthread if its available since it
|
||||
// is configured into the LIBS variable.
|
||||
// Note: this line of code generates a warning if pthread_mutex_init is not
|
||||
// declared with weak linkage. Its safe to ignore the warning.
|
||||
// declared with weak linkage. It's safe to ignore the warning.
|
||||
static const bool pthread_enabled = static_cast<bool>(pthread_mutex_init);
|
||||
|
||||
// Construct a Mutex using pthread calls
|
||||
|
Loading…
x
Reference in New Issue
Block a user