Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- toolsoftrade/toolsoftrade.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex index f0fb360c..7cbe2f0b 100644 --- a/toolsoftrade/toolsoftrade.tex +++ b/toolsoftrade/toolsoftrade.tex @@ -851,7 +851,7 @@ rights to assume that the value of \co{goflag} would never change. This leads to the question of how one thread can gain access to another thread's \apig{__thread} variable, and the answer is that the second thread must store a pointer to its \apig{__thread} - pointer somewhere that the first thread has access to. + variable somewhere that the first thread has access to. One common approach is to maintain a linked list with one element per thread, and to store the address of each thread's \apig{__thread} variable in the corresponding element. -- 2.17.1