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 c18893d..a0af68f 100644 --- a/defer/whichtochoose.tex +++ b/defer/whichtochoose.tex @@ -119,7 +119,7 @@ operation, which is the case for reference counting, hazard pointers, and sequence locks. In the case of reference counting and hazard pointers, retries are only required if an attempt to acquire a reference to a given object while -that object is in the processof being deleted, a topic covered in more +that object is in the process of being deleted, a topic covered in more detail in the next section. Sequence locking must of course retry its critical section should it run concurrently with any update. -- 2.10.0