From: Bart Van Assche Date: Wed, 17 Dec 2008 19:15:58 +0000 (+0000) Subject: Fixed grammar / split a paragraph in two. X-Git-Tag: svn/VALGRIND_3_4_0~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56da8e035fbd09396cf480e5af30cddf67001448;p=thirdparty%2Fvalgrind.git Fixed grammar / split a paragraph in two. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8835 --- diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index 96a022f2d3..8e2766cad4 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -964,10 +964,13 @@ of data races will be reported on data protected via Debugging Boost.Thread Programs -The Boost.Thread library the threading library included with the -cross-platform Boost Libraries. This threading library is an -implementation of the draft C++0x threading library. Applications -that use the Boost.Thread library should run fine under DRD. +The Boost.Thread library is the threading library included with the +cross-platform Boost Libraries. This threading library is an early +implementation of the upcoming C++0x threading library. + + + +Applications that use the Boost.Thread library should run fine under DRD.