summaryrefslogtreecommitdiffstats
path: root/clang/docs/Tooling.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/Tooling.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/Tooling.html')
-rw-r--r--clang/docs/Tooling.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/Tooling.html b/clang/docs/Tooling.html
index 96558d24ec7..4adaf16c547 100644
--- a/clang/docs/Tooling.html
+++ b/clang/docs/Tooling.html
@@ -33,7 +33,7 @@ when you have a good reason not to use LibClang.</p>
<ul>
<li>want to interface with clang from other languages than C++</li>
<li>need a stable interface that takes care to be backwards compatible</li>
- <li>want powerful high-level abstractions, like iterating throught an AST
+ <li>want powerful high-level abstractions, like iterating through an AST
with a cursor, and don't want to learn all the nitty gritty details of Clang's
AST.</li>
</ul>
OpenPOWER on IntegriCloud