Skip to content

Commit 7e1ed4b

Browse files
committed
Merge pull request #627 from faisalv/fv
[intro.memory] Delete the notionally redundant 'update' when describing actions upon independent memory locations.
2 parents 553cfb0 + d846349 commit 7e1ed4b

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)