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 648cdc8..884de9d 100644 --- a/defer/whichtochoose.tex +++ b/defer/whichtochoose.tex @@ -135,7 +135,7 @@ capable of unconditionally acquiring references. The entry for sequence locks is ``N/A'' because, again, sequence locks detect updates rather than acquiring references. Reference counting and hazard pointers require that traversals be -restarted from the beginning should a given acquisition fail because +restarted from the beginning if a given acquisition fail because the currrent object might be removed and all of its possible successsors might be not only be removed, but also freed. For example, when using reference counting or hazard pointers to -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html