Skip to content

Commit

Permalink
fixup! Editorial: Make better use of the "Shared Data Block event" term
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Aug 22, 2024
1 parent 8942737 commit d03bcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -49738,7 +49738,7 @@ <h1>Data Races</h1>

<emu-clause id="sec-data-race-freedom">
<h1>Data Race Freedom</h1>
<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>
<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>
<p>A program is data race free if all its executions are data race free.</p>
<p>The memory model guarantees sequential consistency of all events for data race free programs.</p>
</emu-clause>
Expand Down

0 comments on commit d03bcb1

Please sign in to comment.