Skip to content

Commit 66e15a6

Browse files
[intro.multithread.general] Say "use", not "access" functions (#6503)
1 parent da436f8 commit 66e15a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6274,7 +6274,7 @@
62746274
new thread, not by the creating thread.
62756275
\end{note}
62766276
Every thread in a program can
6277-
potentially access every object and function in a program.
6277+
potentially use every object and function in a program.
62786278
\begin{footnote}
62796279
An object
62806280
with automatic or thread storage duration\iref{basic.stc} is associated with

0 commit comments

Comments
 (0)