From 033c3a50104ce7b14da10ba7fd85b75e71fd8604 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 27 Nov 2020 20:43:14 +1100 Subject: [PATCH] docs: fix simple typo, transiton -> transition There is a small typo in src/shims/lock.h. Should read `transition` rather than `transiton`. --- src/shims/lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shims/lock.h b/src/shims/lock.h index ca450d503..6bf825aa7 100644 --- a/src/shims/lock.h +++ b/src/shims/lock.h @@ -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