]> granicus.if.org Git - clang/commitdiff
[tsan] grammar fixes
authorKostya Serebryany <kcc@google.com>
Thu, 17 May 2012 08:49:14 +0000 (08:49 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 17 May 2012 08:49:14 +0000 (08:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156984 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ThreadSanitizer.html

index 3f9376959f5c05f622cb59a14b762b857109eb21..c35979fcd01d666252ed209b0c249de759f4dab3 100644 (file)
@@ -43,8 +43,8 @@ See <a href="http://llvm.org/bugs/show_bug.cgi?id=12272">bug 12272</a>.
 
 <h2 id="platforms">Supported Platforms</h2>
 ThreadSanitizer is supported on Linux x86_64 (tested on Ubuntu 10.04). <BR>
-Support for MacOS 10.7 (64-bit only) is planed for late 2012. <BR>
-Support for 32-bit platforms is problematic and not yet planed.
+Support for MacOS 10.7 (64-bit only) is planned for late 2012. <BR>
+Support for 32-bit platforms is problematic and not yet planned.
 
 
 
@@ -100,7 +100,7 @@ WARNING: ThreadSanitizer: data race (pid=19219)
 <li> ThreadSanitizer uses more real memory than a native run.
 At the default settings the memory overhead is 9x plus 9Mb per each thread.
 Settings with 5x and 3x overhead (but less accurate analysis) are also available.
-<li> ThreadSanitizer maps (but not reserves) a lot of virtual address space.
+<li> ThreadSanitizer maps (but does not reserve) a lot of virtual address space.
 This means that tools like <tt>ulimit</tt> may not work as usually expected.
 <li> Static linking is not supported.
 <li> ThreadSanitizer requires <tt>-fPIE -pie</tt>