Skip to content

Commit 1c303fa

Browse files
authored
Merge pull request swiftlang#553 from timgates42/bugfix_typo_transition
docs: fix simple typo, transiton -> transition
2 parents f13ea5d + 033c3a5 commit 1c303fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/lock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ typedef struct dispatch_once_gate_s {
564564
* effect of the dispatch once initialization.
565565
*
566566
* Per Lemma 2, when the DONE transition happens in a thread zone { N+3, N+4 },
567-
* then threads can observe this transiton in their { N+2, N+3 } zone at the
567+
* then threads can observe this transition in their { N+2, N+3 } zone at the
568568
* earliest.
569569
*
570570
* Hence for an initializer bracket of { N, N+1 }, the first safe bracket for

0 commit comments

Comments
 (0)