Skip to content

Commit d03bcb1

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

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
@@ -49738,7 +49738,7 @@ <h1>Data Races</h1>
4973849738

4973949739
<emu-clause id="sec-data-race-freedom">
4974049740
<h1>Data Race Freedom</h1>
49741-
<p>An execution _execution_ is <dfn>data race free</dfn> if there are no two Shared Data Block events in SharedDataBlockEventSet(_execution_) that are in a data race.</p>
49741+
<p>An execution _execution_ is <dfn>data race free</dfn> if there are no two events in SharedDataBlockEventSet(_execution_) that are in a data race.</p>
4974249742
<p>A program is data race free if all its executions are data race free.</p>
4974349743
<p>The memory model guarantees sequential consistency of all events for data race free programs.</p>
4974449744
</emu-clause>

0 commit comments

Comments
 (0)