From: Pierre Kuo <vichy.kuo@xxxxxxxxx> In 7.1.1.2 Local Locking Hierarchies, below left parenthesis seems better to be comma. "before invoking the comparison function (which is unknown code from qsort()’s perspective," ^^^ change it as comma. Signed-off-by: Pierre Kuo <vichy.kuo@xxxxxxxxx> --- locking/locking.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locking/locking.tex b/locking/locking.tex index 12a0240..5921f50 100644 --- a/locking/locking.tex +++ b/locking/locking.tex @@ -327,7 +327,7 @@ But the first thread holds Lock~C, so the second thread's call to Lock~B, resulting in deadlock. In contrast, if \co{qsort()} releases Lock~C before invoking the -comparison function (which is unknown code from \co{qsort()}'s perspective, +comparison function ,which is unknown code from \co{qsort()}'s perspective, then deadlock is avoided as shown in Figure~\ref{fig:lock:Local Locking Hierarchy for qsort()}. -- 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