summaryrefslogtreecommitdiff
path: root/docs/tools/clang.pod
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-10-08 21:03:07 +0000
committerDouglas Gregor <dgregor@apple.com>2010-10-08 21:03:07 +0000
commit778098194dc633e329d712555d1dbc62974165a5 (patch)
tree2726a6c8f1af73ce63c7f1cd1d47ec6401540c42 /docs/tools/clang.pod
parentc56bb5df5e917236e45edf1f96cf8c34cbaf97dd (diff)
downloadclang-778098194dc633e329d712555d1dbc62974165a5.tar.gz
Fix a typo in the Clang man page, from Alexander Best.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tools/clang.pod')
-rw-r--r--docs/tools/clang.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod
index a056be77ef..b99eb8f7a7 100644
--- a/docs/tools/clang.pod
+++ b/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.