diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-10-08 21:03:07 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-10-08 21:03:07 +0000 |
commit | 63b0a1e9fb9d7b19110c6d3393a44e06755e17e3 (patch) | |
tree | 91bb97344b08b49a9d21fbdf80ba0746d18c4f78 /clang/docs/tools | |
parent | 7a2b425ee140272967cce709fa48cb6467edd404 (diff) | |
download | bcm5719-llvm-63b0a1e9fb9d7b19110c6d3393a44e06755e17e3.tar.gz bcm5719-llvm-63b0a1e9fb9d7b19110c6d3393a44e06755e17e3.zip |
Fix a typo in the Clang man page, from Alexander Best.
llvm-svn: 116102
Diffstat (limited to 'clang/docs/tools')
-rw-r--r-- | clang/docs/tools/clang.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index a056be77ef6..b99eb8f7a72 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -80,7 +80,7 @@ stages. In addition to compilation of code, Clang also supports other tools: B<Clang Static Analyzer> The Clang Static Analyzer is a tool that scans source code to try to find bugs -though code analysis. This tool uses many parts of Clang and is built into the +through code analysis. This tool uses many parts of Clang and is built into the same driver. |