Skip to content
Snippets Groups Projects
Commit 98bff8b2 authored by Bulat Musin's avatar Bulat Musin Committed by Derek Mauro
Browse files

Merge #78: Fix typo in thread_identity.h

parent df3af0d0
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ struct PerThreadSynch {
PerThreadSynch *next; // Circular waiter queue; initialized to 0.
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
bool may_skip; // if false while on mutex queue, a mutex unlocker
// is using this PerThreadSynch as a terminator. Its
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment