|
From: Michael S. <ms...@vm...> - 2011-02-08 18:35:59
|
Two places where an extra particle seems to have snuck in. bash-3.2$ diff -up *~ hg-manual.xml --- hg-manual.xml~ 2010-10-20 13:19:15.000000000 -0700 +++ hg-manual.xml 2011-02-04 15:27:43.000000000 -0800 @@ -229,7 +229,7 @@ Thread #1: lock order "0x7FEFFFAB0 befor <para>When there are more than two locks in the cycle, the error is equally serious. However, at present Helgrind does not show the locks involved, so as to avoid flooding you with information. That could be -fixed in future. For example, here is a an example involving a cycle +fixed in future. For example, here is an example involving a cycle of five locks from a naive implementation the famous Dining Philosophers problem (see <computeroutput>helgrind/tests/tc14_laog_dinphils.c</computeroutput>). @@ -262,7 +262,7 @@ are race-free is one of the central diff programming.</para> <para>Reliably detecting races is a difficult problem, and most -of Helgrind's internals are devoted to do dealing with it. +of Helgrind's internals are devoted to dealing with it. We begin with a simple example.</para> |