A sentence is wrapping 'volatile' with '\co{}' for most cases but one case. This commit makes it consistently wrap the keyword with the macro. 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 bc332aba..f0fb360c 100644 --- a/toolsoftrade/toolsoftrade.tex +++ b/toolsoftrade/toolsoftrade.tex @@ -803,7 +803,7 @@ rights to assume that the value of \co{goflag} would never change. most of the accesses are protected by a lock (and thus \emph{not} subject to change), but where a few of the accesses are made outside of the lock. - Using a volatile declaration in this case would make it harder + Using a \co{volatile} declaration in this case would make it harder for the reader to note the special accesses outside of the lock, and would also make it harder for the compiler to generate good code under the lock. -- 2.17.1