Skip to content

Commit d56b238

Browse files
[intro.multithread.general] Do not access functions
1 parent 1c22d62 commit d56b238

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
@@ -5990,7 +5990,7 @@
59905990
new thread, not by the creating thread.
59915991
\end{note}
59925992
Every thread in a program can
5993-
potentially access every object and function in a program.
5993+
potentially access every object and invoke any function in a program.
59945994
\begin{footnote}
59955995
An object
59965996
with automatic or thread storage duration\iref{basic.stc} is associated with

0 commit comments

Comments
 (0)