Skip to content

Commit 86634a7

Browse files
[intro.multithread.general] Do not access functions
1 parent d8b72f0 commit 86634a7

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

0 commit comments

Comments
 (0)