]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed grammar / split a paragraph in two.
authorBart Van Assche <bvanassche@acm.org>
Wed, 17 Dec 2008 19:15:58 +0000 (19:15 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 17 Dec 2008 19:15:58 +0000 (19:15 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8835

drd/docs/drd-manual.xml

index 96a022f2d32c1f17a7bea5fadf9e0c24fcec99a7..8e2766cad4e82075dd3bc8bf51d97915615ebfbe 100644 (file)
@@ -964,10 +964,13 @@ of data races will be reported on data protected via
 <title>Debugging Boost.Thread Programs</title>
 
 <para>
-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.
+</para>
+
+<para>
+Applications that use the Boost.Thread library should run fine under DRD.
 </para>
 
 <para>