Skip to content

Commit d846349

Browse files
committed
Delete the redundant 'update' when describing actions upon independent memory locations. The definition of 'access' includes modifying a location per 1.3.1/access.
1 parent fb9f4c5 commit d846349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
features of the language, such as references and virtual functions, might
483483
involve additional memory locations that are not accessible to programs but are
484484
managed by the implementation. \exitnote Two or more threads of
485-
execution~(\ref{intro.multithread}) can update and access separate memory
485+
execution~(\ref{intro.multithread}) can access separate memory
486486
locations without interfering with each other.
487487

488488
\pnum

0 commit comments

Comments
 (0)