diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-02 10:20:41 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-02 10:20:41 +0000 |
| commit | 474261af7bbba153fecd411f42f0c7930dc5f1fb (patch) | |
| tree | f0a785a5166d5acc5bf4e3cdf074fdb532b99b97 /clang/docs/Tooling.html | |
| parent | bde917666307faf3c9e2d290c38a0018f54d7a68 (diff) | |
| download | bcm5719-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.html | 2 |
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> |

