diff --git a/docs/derived.tex b/docs/derived.tex index 631455a88b29d7d380196b1a2ed78dfd3b023e1a..aca9dbc2cfca81383db90d0e36dc5e9c7e6002f7 100644 --- a/docs/derived.tex +++ b/docs/derived.tex @@ -1,6 +1,6 @@ \section{Derived Constructions} -\subsection{Non-Atomic (``Thread-Local'') Invariants} +\subsection{Non-atomic (``Thread-Local'') Invariants} Sometimes it is necessary to maintain invariants that we need to open non-atomically. Clearly, for this mechanism to be sound we need something that prevents us from opening the same invariant twice, something like the masks that avoid reentrancy on the ``normal'', atomic invariants.