From: SeongJae Park <sj38.park@xxxxxxxxx> There is a sentence mistakenly positioning an unbreakable space in the middle of sentence. Fix it. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- defer/whichtochoose.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defer/whichtochoose.tex b/defer/whichtochoose.tex index 489299a7..846c1ea1 100644 --- a/defer/whichtochoose.tex +++ b/defer/whichtochoose.tex @@ -347,7 +347,7 @@ in that order, and the following series of events: \begin{enumerate} \item A reader acquires a reference to object~B. -\item An updater removes~object B, but refrains from freeing it because +\item An updater removes object~B, but refrains from freeing it because the reader holds a reference. The list now contains objects~A, C, and~D, and object~B's \co{->next} pointer is set to \co{HAZPTR_POISON}. -- 2.17.1