summaryrefslogtreecommitdiffstats
path: root/clang/docs/ThreadSanitizer.html
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-06-02 10:20:41 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-06-02 10:20:41 +0000
commit474261af7bbba153fecd411f42f0c7930dc5f1fb (patch)
treef0a785a5166d5acc5bf4e3cdf074fdb532b99b97 /clang/docs/ThreadSanitizer.html
parentbde917666307faf3c9e2d290c38a0018f54d7a68 (diff)
downloadbcm5719-llvm-474261af7bbba153fecd411f42f0c7930dc5f1fb.tar.gz
bcm5719-llvm-474261af7bbba153fecd411f42f0c7930dc5f1fb.zip
Fix typos found by http://github.com/lyda/misspell-check
llvm-svn: 157886
Diffstat (limited to 'clang/docs/ThreadSanitizer.html')
-rw-r--r--clang/docs/ThreadSanitizer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ThreadSanitizer.html b/clang/docs/ThreadSanitizer.html
index c35979fcd01..7a1d075f1e6 100644
--- a/clang/docs/ThreadSanitizer.html
+++ b/clang/docs/ThreadSanitizer.html
@@ -34,7 +34,7 @@
ThreadSanitizer is a tool that detects data races. <BR>
It consists of a compiler instrumentation module and a run-time library. <BR>
Typical slowdown introduced by ThreadSanitizer is <b>5x-15x</b> (TODO: these numbers are
-aproximate so far).
+approximate so far).
<h2 id="howtobuild">How to build</h2>
Follow the <a href="../get_started.html">clang build instructions</a>. <BR>
OpenPOWER on IntegriCloud