Skip to content

Commit 8942737

Browse files
committed
fixup! Editorial: Make better use of the "Shared Data Block event" term
1 parent 6d8fe6d commit 8942737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49725,7 +49725,7 @@ <h1>Races</h1>
4972549725

4972649726
<emu-clause id="sec-data-races">
4972749727
<h1>Data Races</h1>
49728-
<p>For an execution _execution_ and Shared Data Block events _E_ and _D_ that are contained in SharedDataBlockEventSet(_execution_), _E_ and _D_ are in a <dfn>data race</dfn> if the following algorithm returns *true*.</p>
49728+
<p>For an execution _execution_ and events _E_ and _D_ that are contained in SharedDataBlockEventSet(_execution_), _E_ and _D_ are in a <dfn>data race</dfn> if the following algorithm returns *true*.</p>
4972949729
<emu-alg>
4973049730
1. If _E_ and _D_ are in a <emu-xref href="#sec-races">race</emu-xref> in _execution_, then
4973149731
1. If _E_.[[Order]] is not ~seq-cst~ or _D_.[[Order]] is not ~seq-cst~, then

0 commit comments

Comments
 (0)