Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/shims/lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ typedef struct dispatch_once_gate_s {
* effect of the dispatch once initialization.
*
* Per Lemma 2, when the DONE transition happens in a thread zone { N+3, N+4 },
* then threads can observe this transiton in their { N+2, N+3 } zone at the
* then threads can observe this transition in their { N+2, N+3 } zone at the
* earliest.
*
* Hence for an initializer bracket of { N, N+1 }, the first safe bracket for
Expand Down