Merge #78: Fix typo in thread_identity.h

This commit is contained in:
Bulat Musin 2018-01-10 22:47:08 +03:00 committed by Derek Mauro
parent df3af0d03c
commit 98bff8b2bc

View file

@ -61,7 +61,7 @@ struct PerThreadSynch {
PerThreadSynch *next; // Circular waiter queue; initialized to 0. PerThreadSynch *next; // Circular waiter queue; initialized to 0.
PerThreadSynch *skip; // If non-zero, all entries in Mutex queue PerThreadSynch *skip; // If non-zero, all entries in Mutex queue
// upto and including "skip" have same // up to and including "skip" have same
// condition as this, and will be woken later // condition as this, and will be woken later
bool may_skip; // if false while on mutex queue, a mutex unlocker bool may_skip; // if false while on mutex queue, a mutex unlocker
// is using this PerThreadSynch as a terminator. Its // is using this PerThreadSynch as a terminator. Its