Update documentation

This commit is contained in:
Martin Natano
2022-05-28 11:21:13 +02:00
parent be0dee1402
commit 15b77ee278
36 changed files with 133 additions and 213 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ bool SemaImpl_Pthreads::TryWait()
return true;
}
#else
// Use conditions, to work around OS X "forgetting" to implement semaphores.
// Use conditions, to work around macOS "forgetting" to implement semaphores.
SemaImpl_Pthreads::SemaImpl_Pthreads( int iInitialValue )
{
int ret = pthread_cond_init( &m_Cond, nullptr );