Skip to content

Commit dd306a5

Browse files
committed
[intro.races] Rephrase note to avoid awkward "can not".
Suggested by ISO/CS.
1 parent 811e9bb commit dd306a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6537,8 +6537,8 @@
65376537

65386538
\pnum
65396539
\begin{note}
6540-
Transformations that introduce a speculative read of a potentially
6541-
shared memory location might not preserve the semantics of the \Cpp{} program as
6540+
It is possible that transformations that introduce a speculative read of a potentially
6541+
shared memory location do not preserve the semantics of the \Cpp{} program as
65426542
defined in this document, since they potentially introduce a data race. However,
65436543
they are typically valid in the context of an optimizing compiler that targets a
65446544
specific machine with well-defined semantics for data races. They would be

0 commit comments

Comments
 (0)