--- toolsoftrade/toolsoftrade.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex index 0fe1038..96014b9 100644 --- a/toolsoftrade/toolsoftrade.tex +++ b/toolsoftrade/toolsoftrade.tex @@ -1741,7 +1741,7 @@ void work_until_shut_down(void) However, there are exceptions, for example as shown in Listing~\ref{lst:toolsoftrade:C Compilers Can Fuse Stores}. \begin{lineref}[ln:toolsoftrade:C Compilers Can Fuse Stores] -The function \co{shut_it_down(void)()} stores to the shared +The function \co{shut_it_down()} stores to the shared variable \co{status} on lines~\lnref{store:a} and~\lnref{store:b}, and so assuming that neither \co{start_shutdown()} nor \co{finish_shutdown()} access \co{status}, -- 2.10.0