This commit adds a missed unbreakable space in count chapter. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- count/count.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/count/count.tex b/count/count.tex index a9a36b27..7d7701ff 100644 --- a/count/count.tex +++ b/count/count.tex @@ -1157,7 +1157,7 @@ on a parallel machine. To see this, suppose that thread~0 adds the value three to its counter, thread~1 adds the value five to its counter, and - threads~2 and 3 sum the counters. + threads~2 and~3 sum the counters. If the system is ``weakly ordered'' or if the compiler uses aggressive optimizations, thread~2 might find the sum to be three and thread~3 might find the sum to be five. -- 2.17.1